Html Css Color HEX #DAC50D Sunflower

📋 copy color: '#DAC50D'

red 218 ◦ green 197 ◦ blue 13

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

Shades of Sunflower #DAC50D

Tints of Sunflower #DAC50D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

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

R = 50.93%
G = 46.03%
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

#DAC50D (or 0xDAC50D) is known color: Sunflower. HEX triplet: DA, C5 and 0D. RGB value is (218,197,13). Sum of RGB (Red+Green+Blue) = 218+197+13=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC50D is #253AF2. Grayscale: #B7B7B7. Windows color (decimal): -2439923 or 902618. OLE color: 902618.

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

Color convert

RGB 218 197 13 -
CMYK 0 0.10 0.94 0.15
HSL 53.85º 0.89% 0.45% -
HSV(B) 53.85º 0.94% 0.85% -
XYZ 48.95 54.87 8.39 -
YUV 182.3 32.46 153.46 -
System Red Green Blue C M Y K H S L
Decimal 218 197 13 0 0.10 0.94 0.15 53.85 0.89 0.45
Hex DA C5 D 0 A 5E F 36 59 2D
Octal 332 305 15 0 12 136 17 66 131 55
Binary 11011010 11000101 1101 0 1010 1011110 1111 110110 1011001 101101

Color Harmonies of #DAC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC50D

Black with #DAC50D

Text Example


Text Example

White with #DAC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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