Html Css Color HEX #DAB505 Sunflower

📋 copy color: '#DAB505'

red 218 ◦ green 181 ◦ blue 5

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

Shades of Sunflower #DAB505

Tints of Sunflower #DAB505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.8%

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

R = 53.96%
G = 44.8%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAB505 (or 0xDAB505) is known color: Sunflower. HEX triplet: DA, B5 and 05. RGB value is (218,181,5). Sum of RGB (Red+Green+Blue) = 218+181+5=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB505 is #254AFA. Grayscale: #ACACAC. Windows color (decimal): -2444027 or 374234. OLE color: 374234.

HSL color Cylindrical-coordinate representation of color #DAB505: hue angle of 49.58º 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 #DAB505 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 5 -
CMYK 0 0.17 0.98 0.15
HSL 49.58º 0.96% 0.44% -
HSV(B) 49.58º 0.98% 0.85% -
XYZ 45.46 47.96 7.01 -
YUV 172 33.76 160.81 -
System Red Green Blue C M Y K H S L
Decimal 218 181 5 0 0.17 0.98 0.15 49.58 0.96 0.44
Hex DA B5 5 0 11 62 F 32 60 2C
Octal 332 265 5 0 21 142 17 62 140 54
Binary 11011010 10110101 101 0 10001 1100010 1111 110010 1100000 101100

Color Harmonies of #DAB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB505

Black with #DAB505

Text Example


Text Example

White with #DAB505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB505; }

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

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

background-color css

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

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

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

border-color css

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

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

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