Html Css Color HEX #DACA15 Sunflower

📋 copy color: '#DACA15'

red 218 ◦ green 202 ◦ blue 21

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

Shades of Sunflower #DACA15

Tints of Sunflower #DACA15

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

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

R = 49.43%
G = 45.8%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DACA15 (or 0xDACA15) is known color: Sunflower. HEX triplet: DA, CA and 15. RGB value is (218,202,21). Sum of RGB (Red+Green+Blue) = 218+202+21=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA15 is #2535EA. Grayscale: #BABABA. Windows color (decimal): -2438635 or 1428186. OLE color: 1428186.

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

Color convert

RGB 218 202 21 -
CMYK 0 0.07 0.90 0.15
HSL 55.13º 0.82% 0.47% -
HSV(B) 55.13º 0.9% 0.85% -
XYZ 50.17 57.2 9.11 -
YUV 186.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 218 202 21 0 0.07 0.90 0.15 55.13 0.82 0.47
Hex DA CA 15 0 7 5A F 37 52 2F
Octal 332 312 25 0 7 132 17 67 122 57
Binary 11011010 11001010 10101 0 111 1011010 1111 110111 1010010 101111

Color Harmonies of #DACA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA15

Black with #DACA15

Text Example


Text Example

White with #DACA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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