Html Css Color HEX #DCC210 Sunflower

📋 copy color: '#DCC210'

red 220 ◦ green 194 ◦ blue 16

#DCC210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DCC210

Tints of Sunflower #DCC210

RGB

 RED value IS 220 (86.33% from 255) = 51.16%

 GREEN value IS 194 (76.17% from 255) = 45.12%

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 51.16%
G = 45.12%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCC210 (or 0xDCC210) is known color: Sunflower. HEX triplet: DC, C2 and 10. RGB value is (220,194,16). Sum of RGB (Red+Green+Blue) = 220+194+16=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC210 is #233DEF. Grayscale: #B6B6B6. Windows color (decimal): -2309616 or 1098460. OLE color: 1098460.

HSL color Cylindrical-coordinate representation of color #DCC210: hue angle of 52.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCC210 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 16 -
CMYK 0 0.12 0.93 0.14
HSL 52.35º 0.86% 0.46% -
HSV(B) 52.35º 0.93% 0.86% -
XYZ 48.9 53.84 8.3 -
YUV 181.48 34.61 155.47 -
System Red Green Blue C M Y K H S L
Decimal 220 194 16 0 0.12 0.93 0.14 52.35 0.86 0.46
Hex DC C2 10 0 C 5D E 34 56 2E
Octal 334 302 20 0 14 135 16 64 126 56
Binary 11011100 11000010 10000 0 1100 1011101 1110 110100 1010110 101110

Color Harmonies of #DCC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC210

Black with #DCC210

Text Example


Text Example

White with #DCC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC210; }

 p { color: rgb(220,194,16); }

 H1.HeaderClassName
 {
   color: #DCC210;
 }
 .AnyTagClassName
 {
   color: #DCC210;
 }
</style>

background-color css

<style>
 a { background-color: #DCC210; }

 a { background-color: rgb(220,194,16); }

 div.DivClassName
 {
   background-color: #DCC210;
 }
 .BgClassName
 {
   background-color: #DCC210;
 }
</style>

border-color css

<style>
 span { border-color: #DCC210; }

 span { border-color: rgb(220,194,16); }

 td.TdClassName
 {
   border-color: #DCC210;
 }
 .TagClassName
 {
   border-color: #DCC210;
 }
</style>