Html Css Color HEX #DCB206 Sunflower

📋 copy color: '#DCB206'

red 220 ◦ green 178 ◦ blue 6

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

Shades of Sunflower #DCB206

Tints of Sunflower #DCB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

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

R = 54.46%
G = 44.06%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB206 (or 0xDCB206) is known color: Sunflower. HEX triplet: DC, B2 and 06. RGB value is (220,178,6). Sum of RGB (Red+Green+Blue) = 220+178+6=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB206 is #234DF9. Grayscale: #ABABAB. Windows color (decimal): -2313722 or 439004. OLE color: 439004.

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

Color convert

RGB 220 178 6 -
CMYK 0 0.19 0.97 0.14
HSL 48.22º 0.95% 0.44% -
HSV(B) 48.22º 0.97% 0.86% -
XYZ 45.47 47.07 6.86 -
YUV 170.95 34.91 162.99 -
System Red Green Blue C M Y K H S L
Decimal 220 178 6 0 0.19 0.97 0.14 48.22 0.95 0.44
Hex DC B2 6 0 13 61 E 30 5F 2C
Octal 334 262 6 0 23 141 16 60 137 54
Binary 11011100 10110010 110 0 10011 1100001 1110 110000 1011111 101100

Color Harmonies of #DCB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB206

Black with #DCB206

Text Example


Text Example

White with #DCB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB206; }

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

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

background-color css

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

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

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

border-color css

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

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

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