Html Css Color HEX #DACA16 Sunflower

📋 copy color: '#DACA16'

red 218 ◦ green 202 ◦ blue 22

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

Shades of Sunflower #DACA16

Tints of Sunflower #DACA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.98%

R = 49.32%
G = 45.7%
B = 4.98%

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

#DACA16 (or 0xDACA16) is known color: Sunflower. HEX triplet: DA, CA and 16. RGB value is (218,202,22). Sum of RGB (Red+Green+Blue) = 218+202+22=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA16 is #2535E9. Grayscale: #BABABA. Windows color (decimal): -2438634 or 1493722. OLE color: 1493722.

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

Color convert

RGB 218 202 22 -
CMYK 0 0.07 0.90 0.15
HSL 55.1º 0.82% 0.47% -
HSV(B) 55.1º 0.9% 0.85% -
XYZ 50.18 57.2 9.16 -
YUV 186.26 35.3 150.64 -
System Red Green Blue C M Y K H S L
Decimal 218 202 22 0 0.07 0.90 0.15 55.1 0.82 0.47
Hex DA CA 16 0 7 5A F 37 52 2F
Octal 332 312 26 0 7 132 17 67 122 57
Binary 11011010 11001010 10110 0 111 1011010 1111 110111 1010010 101111

Color Harmonies of #DACA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA16

Black with #DACA16

Text Example


Text Example

White with #DACA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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