Html Css Color HEX #DCB106 Sunflower

📋 copy color: '#DCB106'

red 220 ◦ green 177 ◦ blue 6

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

Shades of Sunflower #DCB106

Tints of Sunflower #DCB106

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

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

R = 54.59%
G = 43.92%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCB106 (or 0xDCB106) is known color: Sunflower. HEX triplet: DC, B1 and 06. RGB value is (220,177,6). Sum of RGB (Red+Green+Blue) = 220+177+6=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB106 is #234EF9. Grayscale: #ABABAB. Windows color (decimal): -2313978 or 438748. OLE color: 438748.

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

Color convert

RGB 220 177 6 -
CMYK 0 0.20 0.97 0.14
HSL 47.94º 0.95% 0.44% -
HSV(B) 47.94º 0.97% 0.86% -
XYZ 45.27 46.67 6.8 -
YUV 170.36 35.25 163.4 -
System Red Green Blue C M Y K H S L
Decimal 220 177 6 0 0.20 0.97 0.14 47.94 0.95 0.44
Hex DC B1 6 0 14 61 E 30 5F 2C
Octal 334 261 6 0 24 141 16 60 137 54
Binary 11011100 10110001 110 0 10100 1100001 1110 110000 1011111 101100

Color Harmonies of #DCB106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB106

Black with #DCB106

Text Example


Text Example

White with #DCB106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB106; }

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

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

background-color css

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

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

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

border-color css

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

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

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