Html Css Color HEX #DCB906 Sunflower

📋 copy color: '#DCB906'

red 220 ◦ green 185 ◦ blue 6

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

Shades of Sunflower #DCB906

Tints of Sunflower #DCB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

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

R = 53.53%
G = 45.01%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB906 (or 0xDCB906) is known color: Sunflower. HEX triplet: DC, B9 and 06. RGB value is (220,185,6). Sum of RGB (Red+Green+Blue) = 220+185+6=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB906 is #2346F9. Grayscale: #AFAFAF. Windows color (decimal): -2311930 or 440796. OLE color: 440796.

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

Color convert

RGB 220 185 6 -
CMYK 0 0.16 0.97 0.14
HSL 50.19º 0.95% 0.44% -
HSV(B) 50.19º 0.97% 0.86% -
XYZ 46.9 49.93 7.34 -
YUV 175.06 32.6 160.05 -
System Red Green Blue C M Y K H S L
Decimal 220 185 6 0 0.16 0.97 0.14 50.19 0.95 0.44
Hex DC B9 6 0 10 61 E 32 5F 2C
Octal 334 271 6 0 20 141 16 62 137 54
Binary 11011100 10111001 110 0 10000 1100001 1110 110010 1011111 101100

Color Harmonies of #DCB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB906

Black with #DCB906

Text Example


Text Example

White with #DCB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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