Html Css Color HEX #DACB2A Barberry

📋 copy color: '#DACB2A'

red 218 ◦ green 203 ◦ blue 42

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

Shades of Barberry #DACB2A

Tints of Barberry #DACB2A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

 BLUE value IS 42 (16.8% from 255) = 9.07%

R = 47.08%
G = 43.84%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DACB2A (or 0xDACB2A) is known color: Barberry. HEX triplet: DA, CB and 2A. RGB value is (218,203,42). Sum of RGB (Red+Green+Blue) = 218+203+42=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB2A is #2534D5. Grayscale: #BDBDBD. Windows color (decimal): -2438358 or 2804698. OLE color: 2804698.

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

Color convert

RGB 218 203 42 -
CMYK 0 0.07 0.81 0.15
HSL 54.89º 0.7% 0.51% -
HSV(B) 54.89º 0.81% 0.85% -
XYZ 50.69 57.78 10.67 -
YUV 189.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 218 203 42 0 0.07 0.81 0.15 54.89 0.7 0.51
Hex DA CB 2A 0 7 51 F 37 46 33
Octal 332 313 52 0 7 121 17 67 106 63
Binary 11011010 11001011 101010 0 111 1010001 1111 110111 1000110 110011

Color Harmonies of #DACB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB2A

Black with #DACB2A

Text Example


Text Example

White with #DACB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB2A; }

 p { color: rgb(218,203,42); }

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

background-color css

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

 a { background-color: rgb(218,203,42); }

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

border-color css

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

 span { border-color: rgb(218,203,42); }

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