#D6B00B

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

Shades of Sunflower #D6B00B

Tints of Sunflower #D6B00B

Color information

#D6B00B (or 0xD6B00B) is unknown color: approx Sunflower. HEX triplet: D6, B0 and 0B. RGB value is (214,176,11). Sum of RGB (Red+Green+Blue) = 214+176+11=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B00B is #294FF4. Grayscale: #A9A9A9. Windows color (decimal): -2707445 or 766166. OLE color: 766166.

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

Color convert

RGB21417611-
CMYK00.180.950.16
HSL48.77º90.22%44.12%-
HSV(B)48.77º94.86%83.92%-
XYZ43.3245.376.79-
YUV168.5539.09160.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.37%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 11 (4.69% from 255) = 2.74%
R=53.37%
G=43.89%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141761100.180.950.1648.7790.2244.12
HexD6B0B0125F10315a2c
Octal32626013022137206113254
Binary110101101011000010110100101011111100001100011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B00B; }

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

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

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

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

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

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

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

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