Html Css Color HEX #DAB502 Sunflower

📋 copy color: '#DAB502'

red 218 ◦ green 181 ◦ blue 2

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

Shades of Sunflower #DAB502

Tints of Sunflower #DAB502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 54.36%
G = 45.14%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAB502 (or 0xDAB502) is known color: Sunflower. HEX triplet: DA, B5 and 02. RGB value is (218,181,2). Sum of RGB (Red+Green+Blue) = 218+181+2=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB502 is #254AFD. Grayscale: #ACACAC. Windows color (decimal): -2444030 or 177626. OLE color: 177626.

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

Color convert

RGB 218 181 2 -
CMYK 0 0.17 0.99 0.15
HSL 49.72º 0.98% 0.43% -
HSV(B) 49.72º 0.99% 0.85% -
XYZ 45.45 47.96 6.92 -
YUV 171.66 32.26 161.05 -
System Red Green Blue C M Y K H S L
Decimal 218 181 2 0 0.17 0.99 0.15 49.72 0.98 0.43
Hex DA B5 2 0 11 63 F 32 62 2B
Octal 332 265 2 0 21 143 17 62 142 53
Binary 11011010 10110101 10 0 10001 1100011 1111 110010 1100010 101011

Color Harmonies of #DAB502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB502

Black with #DAB502

Text Example


Text Example

White with #DAB502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB502; }

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

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

background-color css

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

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

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

border-color css

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

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

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