#D6AF0B

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

Shades of Sunflower #D6AF0B

Tints of Sunflower #D6AF0B

Color information

#D6AF0B (or 0xD6AF0B) is unknown color: approx Sunflower. HEX triplet: D6, AF and 0B. RGB value is (214,175,11). Sum of RGB (Red+Green+Blue) = 214+175+11=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF0B is #2950F4. Grayscale: #A8A8A8. Windows color (decimal): -2707701 or 765910. OLE color: 765910.

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

Color convert

RGB21417511-
CMYK00.180.950.16
HSL48.47º90.22%44.12%-
HSV(B)48.47º94.86%83.92%-
XYZ43.1244.986.73-
YUV167.9639.42160.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 11 (4.69% from 255) = 2.75%
R=53.5%
G=43.75%
B=2.75%

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
Decimal2141751100.180.950.1648.4790.2244.12
HexD6AFB0125F10305a2c
Octal32625713022137206013254
Binary110101101010111110110100101011111100001100001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF0B; }

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

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

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

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

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

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

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

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