Html Css Color HEX #DAB107 Sunflower

📋 copy color: '#DAB107'

red 218 ◦ green 177 ◦ blue 7

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

Shades of Sunflower #DAB107

Tints of Sunflower #DAB107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.03%

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

R = 54.23%
G = 44.03%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAB107 (or 0xDAB107) is known color: Sunflower. HEX triplet: DA, B1 and 07. RGB value is (218,177,7). Sum of RGB (Red+Green+Blue) = 218+177+7=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB107 is #254EF8. Grayscale: #AAAAAA. Windows color (decimal): -2445049 or 504282. OLE color: 504282.

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

Color convert

RGB 218 177 7 -
CMYK 0 0.19 0.97 0.15
HSL 48.34º 0.94% 0.44% -
HSV(B) 48.34º 0.97% 0.85% -
XYZ 44.67 46.37 6.8 -
YUV 169.88 36.08 162.32 -
System Red Green Blue C M Y K H S L
Decimal 218 177 7 0 0.19 0.97 0.15 48.34 0.94 0.44
Hex DA B1 7 0 13 61 F 30 5E 2C
Octal 332 261 7 0 23 141 17 60 136 54
Binary 11011010 10110001 111 0 10011 1100001 1111 110000 1011110 101100

Color Harmonies of #DAB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB107

Black with #DAB107

Text Example


Text Example

White with #DAB107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB107; }

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

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

background-color css

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

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

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

border-color css

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

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

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