Html Css Color HEX #DACA13 Sunflower

📋 copy color: '#DACA13'

red 218 ◦ green 202 ◦ blue 19

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

Shades of Sunflower #DACA13

Tints of Sunflower #DACA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.33%

R = 49.66%
G = 46.01%
B = 4.33%

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

#DACA13 (or 0xDACA13) is known color: Sunflower. HEX triplet: DA, CA and 13. RGB value is (218,202,19). Sum of RGB (Red+Green+Blue) = 218+202+19=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA13 is #2535EC. Grayscale: #BABABA. Windows color (decimal): -2438637 or 1297114. OLE color: 1297114.

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

Color convert

RGB 218 202 19 -
CMYK 0 0.07 0.91 0.15
HSL 55.18º 0.84% 0.46% -
HSV(B) 55.18º 0.91% 0.85% -
XYZ 50.15 57.19 9.01 -
YUV 185.92 33.8 150.88 -
System Red Green Blue C M Y K H S L
Decimal 218 202 19 0 0.07 0.91 0.15 55.18 0.84 0.46
Hex DA CA 13 0 7 5B F 37 54 2E
Octal 332 312 23 0 7 133 17 67 124 56
Binary 11011010 11001010 10011 0 111 1011011 1111 110111 1010100 101110

Color Harmonies of #DACA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA13

Black with #DACA13

Text Example


Text Example

White with #DACA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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