Html Css Color HEX #DAB602 Sunflower

📋 copy color: '#DAB602'

red 218 ◦ green 182 ◦ blue 2

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

Shades of Sunflower #DAB602

Tints of Sunflower #DAB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.27%

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

R = 54.23%
G = 45.27%
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

#DAB602 (or 0xDAB602) is known color: Sunflower. HEX triplet: DA, B6 and 02. RGB value is (218,182,2). Sum of RGB (Red+Green+Blue) = 218+182+2=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB602 is #2549FD. Grayscale: #ACACAC. Windows color (decimal): -2443774 or 177882. OLE color: 177882.

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

Color convert

RGB 218 182 2 -
CMYK 0 0.17 0.99 0.15
HSL 50º 0.98% 0.43% -
HSV(B) 50º 0.99% 0.85% -
XYZ 45.65 48.37 6.99 -
YUV 172.24 31.93 160.64 -
System Red Green Blue C M Y K H S L
Decimal 218 182 2 0 0.17 0.99 0.15 50 0.98 0.43
Hex DA B6 2 0 11 63 F 32 62 2B
Octal 332 266 2 0 21 143 17 62 142 53
Binary 11011010 10110110 10 0 10001 1100011 1111 110010 1100010 101011

Color Harmonies of #DAB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB602

Black with #DAB602

Text Example


Text Example

White with #DAB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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