Html Css Color HEX #DACA2C Barberry

📋 copy color: '#DACA2C'

red 218 ◦ green 202 ◦ blue 44

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

Shades of Barberry #DACA2C

Tints of Barberry #DACA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.48%

R = 46.98%
G = 43.53%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DACA2C (or 0xDACA2C) is known color: Barberry. HEX triplet: DA, CA and 2C. RGB value is (218,202,44). Sum of RGB (Red+Green+Blue) = 218+202+44=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA2C is #2535D3. Grayscale: #BDBDBD. Windows color (decimal): -2438612 or 2935514. OLE color: 2935514.

HSL color Cylindrical-coordinate representation of color #DACA2C: hue angle of 54.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DACA2C is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 44 -
CMYK 0 0.07 0.80 0.15
HSL 54.48º 0.7% 0.51% -
HSV(B) 54.48º 0.8% 0.85% -
XYZ 50.49 57.33 10.79 -
YUV 188.77 46.3 148.85 -
System Red Green Blue C M Y K H S L
Decimal 218 202 44 0 0.07 0.80 0.15 54.48 0.7 0.51
Hex DA CA 2C 0 7 50 F 36 46 33
Octal 332 312 54 0 7 120 17 66 106 63
Binary 11011010 11001010 101100 0 111 1010000 1111 110110 1000110 110011

Color Harmonies of #DACA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA2C

Black with #DACA2C

Text Example


Text Example

White with #DACA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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