Html Css Color HEX #DACA10 Sunflower

📋 copy color: '#DACA10'

red 218 ◦ green 202 ◦ blue 16

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

Shades of Sunflower #DACA10

Tints of Sunflower #DACA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.67%

R = 50%
G = 46.33%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DACA10 (or 0xDACA10) is known color: Sunflower. HEX triplet: DA, CA and 10. RGB value is (218,202,16). Sum of RGB (Red+Green+Blue) = 218+202+16=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA10 is #2535EF. Grayscale: #BABABA. Windows color (decimal): -2438640 or 1100506. OLE color: 1100506.

HSL color Cylindrical-coordinate representation of color #DACA10: hue angle of 55.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DACA10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 16 -
CMYK 0 0.07 0.93 0.15
HSL 55.25º 0.86% 0.46% -
HSV(B) 55.25º 0.93% 0.85% -
XYZ 50.13 57.18 8.89 -
YUV 185.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 218 202 16 0 0.07 0.93 0.15 55.25 0.86 0.46
Hex DA CA 10 0 7 5D F 37 56 2E
Octal 332 312 20 0 7 135 17 67 126 56
Binary 11011010 11001010 10000 0 111 1011101 1111 110111 1010110 101110

Color Harmonies of #DACA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA10

Black with #DACA10

Text Example


Text Example

White with #DACA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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