Html Css Color HEX #DACB2B Barberry

📋 copy color: '#DACB2B'

red 218 ◦ green 203 ◦ blue 43

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

Shades of Barberry #DACB2B

Tints of Barberry #DACB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.27%

R = 46.98%
G = 43.75%
B = 9.27%

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

#DACB2B (or 0xDACB2B) is known color: Barberry. HEX triplet: DA, CB and 2B. RGB value is (218,203,43). Sum of RGB (Red+Green+Blue) = 218+203+43=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB2B is #2534D4. Grayscale: #BDBDBD. Windows color (decimal): -2438357 or 2870234. OLE color: 2870234.

HSL color Cylindrical-coordinate representation of color #DACB2B: hue angle of 54.86º 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 #DACB2B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 43 -
CMYK 0 0.07 0.80 0.15
HSL 54.86º 0.7% 0.51% -
HSV(B) 54.86º 0.8% 0.85% -
XYZ 50.71 57.79 10.77 -
YUV 189.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 218 203 43 0 0.07 0.80 0.15 54.86 0.7 0.51
Hex DA CB 2B 0 7 50 F 37 46 33
Octal 332 313 53 0 7 120 17 67 106 63
Binary 11011010 11001011 101011 0 111 1010000 1111 110111 1000110 110011

Color Harmonies of #DACB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB2B

Black with #DACB2B

Text Example


Text Example

White with #DACB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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