Html Css Color HEX #DCC006 Sunflower

📋 copy color: '#DCC006'

red 220 ◦ green 192 ◦ blue 6

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

Shades of Sunflower #DCC006

Tints of Sunflower #DCC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 52.63%
G = 45.93%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC006 (or 0xDCC006) is known color: Sunflower. HEX triplet: DC, C0 and 06. RGB value is (220,192,6). Sum of RGB (Red+Green+Blue) = 220+192+6=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC006 is #233FF9. Grayscale: #B3B3B3. Windows color (decimal): -2310138 or 442588. OLE color: 442588.

HSL color Cylindrical-coordinate representation of color #DCC006: hue angle of 52.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCC006 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 6 -
CMYK 0 0.13 0.97 0.14
HSL 52.15º 0.95% 0.44% -
HSV(B) 52.15º 0.97% 0.86% -
XYZ 48.4 52.93 7.84 -
YUV 179.17 30.28 157.12 -
System Red Green Blue C M Y K H S L
Decimal 220 192 6 0 0.13 0.97 0.14 52.15 0.95 0.44
Hex DC C0 6 0 D 61 E 34 5F 2C
Octal 334 300 6 0 15 141 16 64 137 54
Binary 11011100 11000000 110 0 1101 1100001 1110 110100 1011111 101100

Color Harmonies of #DCC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC006

Black with #DCC006

Text Example


Text Example

White with #DCC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC006; }

 p { color: rgb(220,192,6); }

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

background-color css

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

 a { background-color: rgb(220,192,6); }

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

border-color css

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

 span { border-color: rgb(220,192,6); }

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