Html Css Color HEX #DAB704 Sunflower

📋 copy color: '#DAB704'

red 218 ◦ green 183 ◦ blue 4

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

Shades of Sunflower #DAB704

Tints of Sunflower #DAB704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.19%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 53.83%
G = 45.19%
B = 0.99%

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

#DAB704 (or 0xDAB704) is known color: Sunflower. HEX triplet: DA, B7 and 04. RGB value is (218,183,4). Sum of RGB (Red+Green+Blue) = 218+183+4=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB704 is #2548FB. Grayscale: #ADADAD. Windows color (decimal): -2443516 or 309210. OLE color: 309210.

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

Color convert

RGB 218 183 4 -
CMYK 0 0.16 0.98 0.15
HSL 50.19º 0.96% 0.44% -
HSV(B) 50.19º 0.98% 0.85% -
XYZ 45.87 48.78 7.11 -
YUV 173.06 32.6 160.05 -
System Red Green Blue C M Y K H S L
Decimal 218 183 4 0 0.16 0.98 0.15 50.19 0.96 0.44
Hex DA B7 4 0 10 62 F 32 60 2C
Octal 332 267 4 0 20 142 17 62 140 54
Binary 11011010 10110111 100 0 10000 1100010 1111 110010 1100000 101100

Color Harmonies of #DAB704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB704

Black with #DAB704

Text Example


Text Example

White with #DAB704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB704; }

 p { color: rgb(218,183,4); }

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

background-color css

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

 a { background-color: rgb(218,183,4); }

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

border-color css

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

 span { border-color: rgb(218,183,4); }

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