Html Css Color HEX #DACA1A Barberry

📋 copy color: '#DACA1A'

red 218 ◦ green 202 ◦ blue 26

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

Shades of Barberry #DACA1A

Tints of Barberry #DACA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.83%

R = 48.88%
G = 45.29%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DACA1A (or 0xDACA1A) is known color: Barberry. HEX triplet: DA, CA and 1A. RGB value is (218,202,26). Sum of RGB (Red+Green+Blue) = 218+202+26=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA1A is #2535E5. Grayscale: #BBBBBB. Windows color (decimal): -2438630 or 1755866. OLE color: 1755866.

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

Color convert

RGB 218 202 26 -
CMYK 0 0.07 0.88 0.15
HSL 55º 0.79% 0.48% -
HSV(B) 55º 0.88% 0.85% -
XYZ 50.22 57.22 9.38 -
YUV 186.72 37.3 150.31 -
System Red Green Blue C M Y K H S L
Decimal 218 202 26 0 0.07 0.88 0.15 55 0.79 0.48
Hex DA CA 1A 0 7 58 F 37 4F 30
Octal 332 312 32 0 7 130 17 67 117 60
Binary 11011010 11001010 11010 0 111 1011000 1111 110111 1001111 110000

Color Harmonies of #DACA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA1A

Black with #DACA1A

Text Example


Text Example

White with #DACA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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