Html Css Color HEX #DAC70D Sunflower

📋 copy color: '#DAC70D'

red 218 ◦ green 199 ◦ blue 13

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

Shades of Sunflower #DAC70D

Tints of Sunflower #DAC70D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.28%

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

R = 50.7%
G = 46.28%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC70D (or 0xDAC70D) is known color: Sunflower. HEX triplet: DA, C7 and 0D. RGB value is (218,199,13). Sum of RGB (Red+Green+Blue) = 218+199+13=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC70D is #2538F2. Grayscale: #B8B8B8. Windows color (decimal): -2439411 or 903130. OLE color: 903130.

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

Color convert

RGB 218 199 13 -
CMYK 0 0.09 0.94 0.15
HSL 54.44º 0.89% 0.45% -
HSV(B) 54.44º 0.94% 0.85% -
XYZ 49.41 55.78 8.54 -
YUV 183.48 31.79 152.62 -
System Red Green Blue C M Y K H S L
Decimal 218 199 13 0 0.09 0.94 0.15 54.44 0.89 0.45
Hex DA C7 D 0 9 5E F 36 59 2D
Octal 332 307 15 0 11 136 17 66 131 55
Binary 11011010 11000111 1101 0 1001 1011110 1111 110110 1011001 101101

Color Harmonies of #DAC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC70D

Black with #DAC70D

Text Example


Text Example

White with #DAC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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