Html Css Color HEX #DAB710 Sunflower

📋 copy color: '#DAB710'

red 218 ◦ green 183 ◦ blue 16

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

Shades of Sunflower #DAB710

Tints of Sunflower #DAB710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.84%

R = 52.28%
G = 43.88%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAB710 (or 0xDAB710) is known color: Sunflower. HEX triplet: DA, B7 and 10. RGB value is (218,183,16). Sum of RGB (Red+Green+Blue) = 218+183+16=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB710 is #2548EF. Grayscale: #AFAFAF. Windows color (decimal): -2443504 or 1095642. OLE color: 1095642.

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

Color convert

RGB 218 183 16 -
CMYK 0 0.16 0.93 0.15
HSL 49.6º 0.86% 0.46% -
HSV(B) 49.6º 0.93% 0.85% -
XYZ 45.94 48.81 7.49 -
YUV 174.43 38.6 159.08 -
System Red Green Blue C M Y K H S L
Decimal 218 183 16 0 0.16 0.93 0.15 49.6 0.86 0.46
Hex DA B7 10 0 10 5D F 32 56 2E
Octal 332 267 20 0 20 135 17 62 126 56
Binary 11011010 10110111 10000 0 10000 1011101 1111 110010 1010110 101110

Color Harmonies of #DAB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB710

Black with #DAB710

Text Example


Text Example

White with #DAB710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB710; }

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

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

background-color css

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

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

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

border-color css

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

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

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