Html Css Color HEX #DCC206 Sunflower

📋 copy color: '#DCC206'

red 220 ◦ green 194 ◦ blue 6

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

Shades of Sunflower #DCC206

Tints of Sunflower #DCC206

RGB

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

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

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

R = 52.38%
G = 46.19%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC206 (or 0xDCC206) is known color: Sunflower. HEX triplet: DC, C2 and 06. RGB value is (220,194,6). Sum of RGB (Red+Green+Blue) = 220+194+6=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC206 is #233DF9. Grayscale: #B5B5B5. Windows color (decimal): -2309626 or 443100. OLE color: 443100.

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

Color convert

RGB 220 194 6 -
CMYK 0 0.12 0.97 0.14
HSL 52.71º 0.95% 0.44% -
HSV(B) 52.71º 0.97% 0.86% -
XYZ 48.84 53.81 7.98 -
YUV 180.34 29.61 156.29 -
System Red Green Blue C M Y K H S L
Decimal 220 194 6 0 0.12 0.97 0.14 52.71 0.95 0.44
Hex DC C2 6 0 C 61 E 35 5F 2C
Octal 334 302 6 0 14 141 16 65 137 54
Binary 11011100 11000010 110 0 1100 1100001 1110 110101 1011111 101100

Color Harmonies of #DCC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC206

Black with #DCC206

Text Example


Text Example

White with #DCC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC206; }

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

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

background-color css

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

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

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

border-color css

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

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

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