Html Css Color HEX #DAB700 Sunflower

📋 copy color: '#DAB700'

red 218 ◦ green 183 ◦ blue 0

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

Shades of Sunflower #DAB700

Tints of Sunflower #DAB700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.36%
G = 45.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAB700 (or 0xDAB700) is known color: Sunflower. HEX triplet: DA, B7 and 00. RGB value is (218,183,0). Sum of RGB (Red+Green+Blue) = 218+183+0=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB700 is #2548FF. Grayscale: #ADADAD. Windows color (decimal): -2443520 or 47066. OLE color: 47066.

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

Color convert

RGB 218 183 0 -
CMYK 0 0.16 1 0.15
HSL 50.37º 1% 0.43% -
HSV(B) 50.37º 1% 0.85% -
XYZ 45.85 48.77 7 -
YUV 172.6 30.6 160.38 -
System Red Green Blue C M Y K H S L
Decimal 218 183 0 0 0.16 1 0.15 50.37 1 0.43
Hex DA B7 0 0 10 64 F 32 64 2B
Octal 332 267 0 0 20 144 17 62 144 53
Binary 11011010 10110111 0 0 10000 1100100 1111 110010 1100100 101011

Color Harmonies of #DAB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB700

Black with #DAB700

Text Example


Text Example

White with #DAB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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