Html Css Color HEX #DAB603 Sunflower

📋 copy color: '#DAB603'

red 218 ◦ green 182 ◦ blue 3

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

Shades of Sunflower #DAB603

Tints of Sunflower #DAB603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 54.09%
G = 45.16%
B = 0.74%

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

#DAB603 (or 0xDAB603) is known color: Sunflower. HEX triplet: DA, B6 and 03. RGB value is (218,182,3). Sum of RGB (Red+Green+Blue) = 218+182+3=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB603 is #2549FC. Grayscale: #ADADAD. Windows color (decimal): -2443773 or 243418. OLE color: 243418.

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

Color convert

RGB 218 182 3 -
CMYK 0 0.17 0.99 0.15
HSL 49.95º 0.97% 0.43% -
HSV(B) 49.95º 0.99% 0.85% -
XYZ 45.66 48.37 7.02 -
YUV 172.36 32.43 160.55 -
System Red Green Blue C M Y K H S L
Decimal 218 182 3 0 0.17 0.99 0.15 49.95 0.97 0.43
Hex DA B6 3 0 11 63 F 32 61 2B
Octal 332 266 3 0 21 143 17 62 141 53
Binary 11011010 10110110 11 0 10001 1100011 1111 110010 1100001 101011

Color Harmonies of #DAB603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB603

Black with #DAB603

Text Example


Text Example

White with #DAB603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB603; }

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

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

background-color css

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

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

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

border-color css

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

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

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