Html Css Color HEX #DCB406 Sunflower

📋 copy color: '#DCB406'

red 220 ◦ green 180 ◦ blue 6

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

Shades of Sunflower #DCB406

Tints of Sunflower #DCB406

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.33%

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

R = 54.19%
G = 44.33%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB406 (or 0xDCB406) is known color: Sunflower. HEX triplet: DC, B4 and 06. RGB value is (220,180,6). Sum of RGB (Red+Green+Blue) = 220+180+6=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB406 is #234BF9. Grayscale: #ACACAC. Windows color (decimal): -2313210 or 439516. OLE color: 439516.

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

Color convert

RGB 220 180 6 -
CMYK 0 0.18 0.97 0.14
HSL 48.79º 0.95% 0.44% -
HSV(B) 48.79º 0.97% 0.86% -
XYZ 45.87 47.87 6.99 -
YUV 172.12 34.25 162.15 -
System Red Green Blue C M Y K H S L
Decimal 220 180 6 0 0.18 0.97 0.14 48.79 0.95 0.44
Hex DC B4 6 0 12 61 E 31 5F 2C
Octal 334 264 6 0 22 141 16 61 137 54
Binary 11011100 10110100 110 0 10010 1100001 1110 110001 1011111 101100

Color Harmonies of #DCB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB406

Black with #DCB406

Text Example


Text Example

White with #DCB406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB406; }

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

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

background-color css

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

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

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

border-color css

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

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

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