Html Css Color HEX #DACA14 Sunflower

📋 copy color: '#DACA14'

red 218 ◦ green 202 ◦ blue 20

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

Shades of Sunflower #DACA14

Tints of Sunflower #DACA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.55%

R = 49.55%
G = 45.91%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DACA14 (or 0xDACA14) is known color: Sunflower. HEX triplet: DA, CA and 14. RGB value is (218,202,20). Sum of RGB (Red+Green+Blue) = 218+202+20=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA14 is #2535EB. Grayscale: #BABABA. Windows color (decimal): -2438636 or 1362650. OLE color: 1362650.

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

Color convert

RGB 218 202 20 -
CMYK 0 0.07 0.91 0.15
HSL 55.15º 0.83% 0.47% -
HSV(B) 55.15º 0.91% 0.85% -
XYZ 50.16 57.2 9.06 -
YUV 186.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 218 202 20 0 0.07 0.91 0.15 55.15 0.83 0.47
Hex DA CA 14 0 7 5B F 37 53 2F
Octal 332 312 24 0 7 133 17 67 123 57
Binary 11011010 11001010 10100 0 111 1011011 1111 110111 1010011 101111

Color Harmonies of #DACA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA14

Black with #DACA14

Text Example


Text Example

White with #DACA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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