Html Css Color HEX #DCC406 Sunflower

📋 copy color: '#DCC406'

red 220 ◦ green 196 ◦ blue 6

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

Shades of Sunflower #DCC406

Tints of Sunflower #DCC406

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

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

R = 52.13%
G = 46.45%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC406 (or 0xDCC406) is known color: Sunflower. HEX triplet: DC, C4 and 06. RGB value is (220,196,6). Sum of RGB (Red+Green+Blue) = 220+196+6=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC406 is #233BF9. Grayscale: #B6B6B6. Windows color (decimal): -2309114 or 443612. OLE color: 443612.

HSL color Cylindrical-coordinate representation of color #DCC406: hue angle of 53.27º 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 #DCC406 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 6 -
CMYK 0 0.11 0.97 0.14
HSL 53.27º 0.95% 0.44% -
HSV(B) 53.27º 0.97% 0.86% -
XYZ 49.29 54.71 8.13 -
YUV 181.52 28.95 155.45 -
System Red Green Blue C M Y K H S L
Decimal 220 196 6 0 0.11 0.97 0.14 53.27 0.95 0.44
Hex DC C4 6 0 B 61 E 35 5F 2C
Octal 334 304 6 0 13 141 16 65 137 54
Binary 11011100 11000100 110 0 1011 1100001 1110 110101 1011111 101100

Color Harmonies of #DCC406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC406

Black with #DCC406

Text Example


Text Example

White with #DCC406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC406; }

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

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

background-color css

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

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

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

border-color css

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

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

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