#D6B10B

Color #D6B10B Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #D6B10B

Tints of Sunflower #D6B10B

Color information

#D6B10B (or 0xD6B10B) is unknown color: approx Sunflower. HEX triplet: D6, B1 and 0B. RGB value is (214,177,11). Sum of RGB (Red+Green+Blue) = 214+177+11=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B10B is #294EF4. Grayscale: #A9A9A9. Windows color (decimal): -2707189 or 766422. OLE color: 766422.

HSL color Cylindrical-coordinate representation of color #D6B10B: hue angle of 49.06º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6B10B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB21417711-
CMYK00.170.950.16
HSL49.06º90.22%44.12%-
HSV(B)49.06º94.86%83.92%-
XYZ43.5145.766.86-
YUV169.1438.76160-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 11 (4.69% from 255) = 2.74%
R=53.23%
G=44.03%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141771100.170.950.1649.0690.2244.12
HexD6B1B0115F10315a2c
Octal32626113021137206113254
Binary110101101011000110110100011011111100001100011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B10B; }

 p { color: rgb(214,177,11); }

 H1.HeaderClassName
 {
   color: #D6B10B;
 }
 .AnyTagClassName
 {
   color: #D6B10B;
 }
</style>
background-color css

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

 a { background-color: rgb(214,177,11); }

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

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

 span { border-color: rgb(214,177,11); }

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