Html Css Color HEX #DACA19 Barberry

📋 copy color: '#DACA19'

red 218 ◦ green 202 ◦ blue 25

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

Shades of Barberry #DACA19

Tints of Barberry #DACA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.62%

R = 48.99%
G = 45.39%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DACA19 (or 0xDACA19) is known color: Barberry. HEX triplet: DA, CA and 19. RGB value is (218,202,25). Sum of RGB (Red+Green+Blue) = 218+202+25=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA19 is #2535E6. Grayscale: #BBBBBB. Windows color (decimal): -2438631 or 1690330. OLE color: 1690330.

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

Color convert

RGB 218 202 25 -
CMYK 0 0.07 0.89 0.15
HSL 55.03º 0.79% 0.48% -
HSV(B) 55.03º 0.89% 0.85% -
XYZ 50.21 57.22 9.32 -
YUV 186.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 218 202 25 0 0.07 0.89 0.15 55.03 0.79 0.48
Hex DA CA 19 0 7 59 F 37 4F 30
Octal 332 312 31 0 7 131 17 67 117 60
Binary 11011010 11001010 11001 0 111 1011001 1111 110111 1001111 110000

Color Harmonies of #DACA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA19

Black with #DACA19

Text Example


Text Example

White with #DACA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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