Html Css Color HEX #DAB507 Sunflower

📋 copy color: '#DAB507'

red 218 ◦ green 181 ◦ blue 7

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

Shades of Sunflower #DAB507

Tints of Sunflower #DAB507

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

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

R = 53.69%
G = 44.58%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAB507 (or 0xDAB507) is known color: Sunflower. HEX triplet: DA, B5 and 07. RGB value is (218,181,7). Sum of RGB (Red+Green+Blue) = 218+181+7=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB507 is #254AF8. Grayscale: #ACACAC. Windows color (decimal): -2444025 or 505306. OLE color: 505306.

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

Color convert

RGB 218 181 7 -
CMYK 0 0.17 0.97 0.15
HSL 49.48º 0.94% 0.44% -
HSV(B) 49.48º 0.97% 0.85% -
XYZ 45.48 47.97 7.06 -
YUV 172.23 34.76 160.65 -
System Red Green Blue C M Y K H S L
Decimal 218 181 7 0 0.17 0.97 0.15 49.48 0.94 0.44
Hex DA B5 7 0 11 61 F 31 5E 2C
Octal 332 265 7 0 21 141 17 61 136 54
Binary 11011010 10110101 111 0 10001 1100001 1111 110001 1011110 101100

Color Harmonies of #DAB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB507

Black with #DAB507

Text Example


Text Example

White with #DAB507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB507; }

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

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

background-color css

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

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

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

border-color css

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

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

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