Html Css Color HEX #DCB706 Sunflower

📋 copy color: '#DCB706'

red 220 ◦ green 183 ◦ blue 6

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

Shades of Sunflower #DCB706

Tints of Sunflower #DCB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

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

R = 53.79%
G = 44.74%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB706 (or 0xDCB706) is known color: Sunflower. HEX triplet: DC, B7 and 06. RGB value is (220,183,6). Sum of RGB (Red+Green+Blue) = 220+183+6=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB706 is #2348F9. Grayscale: #AEAEAE. Windows color (decimal): -2312442 or 440284. OLE color: 440284.

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

Color convert

RGB 220 183 6 -
CMYK 0 0.17 0.97 0.14
HSL 49.63º 0.95% 0.44% -
HSV(B) 49.63º 0.97% 0.86% -
XYZ 46.48 49.1 7.2 -
YUV 173.89 33.26 160.89 -
System Red Green Blue C M Y K H S L
Decimal 220 183 6 0 0.17 0.97 0.14 49.63 0.95 0.44
Hex DC B7 6 0 11 61 E 32 5F 2C
Octal 334 267 6 0 21 141 16 62 137 54
Binary 11011100 10110111 110 0 10001 1100001 1110 110010 1011111 101100

Color Harmonies of #DCB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB706

Black with #DCB706

Text Example


Text Example

White with #DCB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB706; }

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

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

background-color css

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

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

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

border-color css

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

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

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