Html Css Color HEX #DAB007 Sunflower

📋 copy color: '#DAB007'

red 218 ◦ green 176 ◦ blue 7

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

Shades of Sunflower #DAB007

Tints of Sunflower #DAB007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.89%

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

R = 54.36%
G = 43.89%
B = 1.75%

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

#DAB007 (or 0xDAB007) is known color: Sunflower. HEX triplet: DA, B0 and 07. RGB value is (218,176,7). Sum of RGB (Red+Green+Blue) = 218+176+7=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB007 is #254FF8. Grayscale: #AAAAAA. Windows color (decimal): -2445305 or 504026. OLE color: 504026.

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

Color convert

RGB 218 176 7 -
CMYK 0 0.19 0.97 0.15
HSL 48.06º 0.94% 0.44% -
HSV(B) 48.06º 0.97% 0.85% -
XYZ 44.48 45.97 6.73 -
YUV 169.29 36.41 162.74 -
System Red Green Blue C M Y K H S L
Decimal 218 176 7 0 0.19 0.97 0.15 48.06 0.94 0.44
Hex DA B0 7 0 13 61 F 30 5E 2C
Octal 332 260 7 0 23 141 17 60 136 54
Binary 11011010 10110000 111 0 10011 1100001 1111 110000 1011110 101100

Color Harmonies of #DAB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB007

Black with #DAB007

Text Example


Text Example

White with #DAB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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