Html Css Color HEX #DAB807 Sunflower

📋 copy color: '#DAB807'

red 218 ◦ green 184 ◦ blue 7

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

Shades of Sunflower #DAB807

Tints of Sunflower #DAB807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.99%

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 53.3%
G = 44.99%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAB807 (or 0xDAB807) is known color: Sunflower. HEX triplet: DA, B8 and 07. RGB value is (218,184,7). Sum of RGB (Red+Green+Blue) = 218+184+7=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB807 is #2547F8. Grayscale: #AEAEAE. Windows color (decimal): -2443257 or 506074. OLE color: 506074.

HSL color Cylindrical-coordinate representation of color #DAB807: hue angle of 50.33º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAB807 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 7 -
CMYK 0 0.16 0.97 0.15
HSL 50.33º 0.94% 0.44% -
HSV(B) 50.33º 0.97% 0.85% -
XYZ 46.09 49.2 7.27 -
YUV 173.99 33.76 159.39 -
System Red Green Blue C M Y K H S L
Decimal 218 184 7 0 0.16 0.97 0.15 50.33 0.94 0.44
Hex DA B8 7 0 10 61 F 32 5E 2C
Octal 332 270 7 0 20 141 17 62 136 54
Binary 11011010 10111000 111 0 10000 1100001 1111 110010 1011110 101100

Color Harmonies of #DAB807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB807

Black with #DAB807

Text Example


Text Example

White with #DAB807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB807; }

 p { color: rgb(218,184,7); }

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

background-color css

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

 a { background-color: rgb(218,184,7); }

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

border-color css

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

 span { border-color: rgb(218,184,7); }

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