Html Css Color HEX #DAC715 Sunflower

📋 copy color: '#DAC715'

red 218 ◦ green 199 ◦ blue 21

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

Shades of Sunflower #DAC715

Tints of Sunflower #DAC715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.79%

R = 49.77%
G = 45.43%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC715 (or 0xDAC715) is known color: Sunflower. HEX triplet: DA, C7 and 15. RGB value is (218,199,21). Sum of RGB (Red+Green+Blue) = 218+199+21=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC715 is #2538EA. Grayscale: #B9B9B9. Windows color (decimal): -2439403 or 1427418. OLE color: 1427418.

HSL color Cylindrical-coordinate representation of color #DAC715: hue angle of 54.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAC715 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 21 -
CMYK 0 0.09 0.90 0.15
HSL 54.21º 0.82% 0.47% -
HSV(B) 54.21º 0.9% 0.85% -
XYZ 49.47 55.81 8.87 -
YUV 184.39 35.79 151.97 -
System Red Green Blue C M Y K H S L
Decimal 218 199 21 0 0.09 0.90 0.15 54.21 0.82 0.47
Hex DA C7 15 0 9 5A F 36 52 2F
Octal 332 307 25 0 11 132 17 66 122 57
Binary 11011010 11000111 10101 0 1001 1011010 1111 110110 1010010 101111

Color Harmonies of #DAC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC715

Black with #DAC715

Text Example


Text Example

White with #DAC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC715; }

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

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

background-color css

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

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

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

border-color css

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

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

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