#DAB308

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

Shades of Sunflower #DAB308

Tints of Sunflower #DAB308

Color information

#DAB308 (or 0xDAB308) is unknown color: approx Sunflower. HEX triplet: DA, B3 and 08. RGB value is (218,179,8). Sum of RGB (Red+Green+Blue) = 218+179+8=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB308 is #254CF7. Grayscale: #ABABAB. Windows color (decimal): -2444536 or 570330. OLE color: 570330.

HSL color Cylindrical-coordinate representation of color #DAB308: hue angle of 48.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 #DAB308 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB2181798-
CMYK00.180.960.15
HSL48.86º92.92%44.31%-
HSV(B)48.86º96.33%85.49%-
XYZ45.0847.166.96-
YUV171.1735.92161.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.83%
GREEN value IS 179 (70.31% from 255) = 44.20%
BLUE value IS 8 (3.52% from 255) = 1.98%
R=53.83%
G=44.20%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218179800.180.960.1548.8692.9244.31
HexDAB3801260F315d2c
Octal33226310022140176113554
Binary11011010101100111000010010110000011111100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB308; }

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

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

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

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

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

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

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

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