#DABA08

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

Shades of Sunflower #DABA08

Tints of Sunflower #DABA08

Color information

#DABA08 (or 0xDABA08) is unknown color: approx Sunflower. HEX triplet: DA, BA and 08. RGB value is (218,186,8). Sum of RGB (Red+Green+Blue) = 218+186+8=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA08 is #2545F7. Grayscale: #B0B0B0. Windows color (decimal): -2442744 or 572122. OLE color: 572122.

HSL color Cylindrical-coordinate representation of color #DABA08: hue angle of 50.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DABA08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB2181868-
CMYK00.150.960.15
HSL50.86º92.92%44.31%-
HSV(B)50.86º96.33%85.49%-
XYZ46.5250.047.44-
YUV175.2833.6158.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.91%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 8 (3.52% from 255) = 1.94%
R=52.91%
G=45.15%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218186800.150.960.1550.8692.9244.31
HexDABA80F60F335d2c
Octal33227210017140176313554
Binary1101101010111010100001111110000011111100111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA08; }

 p { color: rgb(218,186,8); }

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

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

 a { background-color: rgb(218,186,8); }

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

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

 span { border-color: rgb(218,186,8); }

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