Html Css Color HEX #DAB70D Sunflower

📋 copy color: '#DAB70D'

red 218 ◦ green 183 ◦ blue 13

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

Shades of Sunflower #DAB70D

Tints of Sunflower #DAB70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.14%

R = 52.66%
G = 44.2%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB70D (or 0xDAB70D) is known color: Sunflower. HEX triplet: DA, B7 and 0D. RGB value is (218,183,13). Sum of RGB (Red+Green+Blue) = 218+183+13=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB70D is #2548F2. Grayscale: #AEAEAE. Windows color (decimal): -2443507 or 899034. OLE color: 899034.

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

Color convert

RGB 218 183 13 -
CMYK 0 0.16 0.94 0.15
HSL 49.76º 0.89% 0.45% -
HSV(B) 49.76º 0.94% 0.85% -
XYZ 45.92 48.8 7.38 -
YUV 174.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 218 183 13 0 0.16 0.94 0.15 49.76 0.89 0.45
Hex DA B7 D 0 10 5E F 32 59 2D
Octal 332 267 15 0 20 136 17 62 131 55
Binary 11011010 10110111 1101 0 10000 1011110 1111 110010 1011001 101101

Color Harmonies of #DAB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB70D

Black with #DAB70D

Text Example


Text Example

White with #DAB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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