#DAB80B

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

Shades of Sunflower #DAB80B

Tints of Sunflower #DAB80B

Color information

#DAB80B (or 0xDAB80B) is unknown color: approx Sunflower. HEX triplet: DA, B8 and 0B. RGB value is (218,184,11). Sum of RGB (Red+Green+Blue) = 218+184+11=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB80B is #2547F4. Grayscale: #AFAFAF. Windows color (decimal): -2443253 or 768218. OLE color: 768218.

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

Color convert

RGB21818411-
CMYK00.160.950.15
HSL50.14º90.39%44.9%-
HSV(B)50.14º94.95%85.49%-
XYZ46.1149.217.38-
YUV174.4435.76159.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.78%
GREEN value IS 184 (72.27% from 255) = 44.55%
BLUE value IS 11 (4.69% from 255) = 2.66%
R=52.78%
G=44.55%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181841100.160.950.1550.1490.3944.9
HexDAB8B0105FF325a2d
Octal33227013020137176213255
Binary11011010101110001011010000101111111111100101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB80B; }

 p { color: rgb(218,184,11); }

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

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

 a { background-color: rgb(218,184,11); }

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

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

 span { border-color: rgb(218,184,11); }

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