Html Css Color HEX #DAB805 Sunflower

📋 copy color: '#DAB805'

red 218 ◦ green 184 ◦ blue 5

#DAB805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DAB805

Tints of Sunflower #DAB805

RGB

 RED value IS 218 (85.55% from 255) = 53.56%

 GREEN value IS 184 (72.27% from 255) = 45.21%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 53.56%
G = 45.21%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAB805 (or 0xDAB805) is known color: Sunflower. HEX triplet: DA, B8 and 05. RGB value is (218,184,5). Sum of RGB (Red+Green+Blue) = 218+184+5=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB805 is #2547FA. Grayscale: #AEAEAE. Windows color (decimal): -2443259 or 375002. OLE color: 375002.

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

Color convert

RGB 218 184 5 -
CMYK 0 0.16 0.98 0.15
HSL 50.42º 0.96% 0.44% -
HSV(B) 50.42º 0.98% 0.85% -
XYZ 46.08 49.2 7.21 -
YUV 173.76 32.76 159.55 -
System Red Green Blue C M Y K H S L
Decimal 218 184 5 0 0.16 0.98 0.15 50.42 0.96 0.44
Hex DA B8 5 0 10 62 F 32 60 2C
Octal 332 270 5 0 20 142 17 62 140 54
Binary 11011010 10111000 101 0 10000 1100010 1111 110010 1100000 101100

Color Harmonies of #DAB805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB805

Black with #DAB805

Text Example


Text Example

White with #DAB805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB805; }

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

 H1.HeaderClassName
 {
   color: #DAB805;
 }
 .AnyTagClassName
 {
   color: #DAB805;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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