Html Css Color HEX #DAC20D Sunflower

📋 copy color: '#DAC20D'

red 218 ◦ green 194 ◦ blue 13

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

Shades of Sunflower #DAC20D

Tints of Sunflower #DAC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.65%

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

R = 51.29%
G = 45.65%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC20D (or 0xDAC20D) is known color: Sunflower. HEX triplet: DA, C2 and 0D. RGB value is (218,194,13). Sum of RGB (Red+Green+Blue) = 218+194+13=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC20D is #253DF2. Grayscale: #B5B5B5. Windows color (decimal): -2440691 or 901850. OLE color: 901850.

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

Color convert

RGB 218 194 13 -
CMYK 0 0.11 0.94 0.15
HSL 52.98º 0.89% 0.45% -
HSV(B) 52.98º 0.94% 0.85% -
XYZ 48.28 53.52 8.17 -
YUV 180.54 33.45 154.72 -
System Red Green Blue C M Y K H S L
Decimal 218 194 13 0 0.11 0.94 0.15 52.98 0.89 0.45
Hex DA C2 D 0 B 5E F 35 59 2D
Octal 332 302 15 0 13 136 17 65 131 55
Binary 11011010 11000010 1101 0 1011 1011110 1111 110101 1011001 101101

Color Harmonies of #DAC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC20D

Black with #DAC20D

Text Example


Text Example

White with #DAC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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