Html Css Color HEX #DAC40D Sunflower

📋 copy color: '#DAC40D'

red 218 ◦ green 196 ◦ blue 13

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

Shades of Sunflower #DAC40D

Tints of Sunflower #DAC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.9%

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

R = 51.05%
G = 45.9%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC40D (or 0xDAC40D) is known color: Sunflower. HEX triplet: DA, C4 and 0D. RGB value is (218,196,13). Sum of RGB (Red+Green+Blue) = 218+196+13=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC40D is #253BF2. Grayscale: #B6B6B6. Windows color (decimal): -2440179 or 902362. OLE color: 902362.

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

Color convert

RGB 218 196 13 -
CMYK 0 0.10 0.94 0.15
HSL 53.56º 0.89% 0.45% -
HSV(B) 53.56º 0.94% 0.85% -
XYZ 48.73 54.41 8.32 -
YUV 181.72 32.79 153.88 -
System Red Green Blue C M Y K H S L
Decimal 218 196 13 0 0.10 0.94 0.15 53.56 0.89 0.45
Hex DA C4 D 0 A 5E F 36 59 2D
Octal 332 304 15 0 12 136 17 66 131 55
Binary 11011010 11000100 1101 0 1010 1011110 1111 110110 1011001 101101

Color Harmonies of #DAC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC40D

Black with #DAC40D

Text Example


Text Example

White with #DAC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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