Html Css Color HEX #D1BF2B Barberry

📋 copy color: '#D1BF2B'

red 209 ◦ green 191 ◦ blue 43

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

Shades of Barberry #D1BF2B

Tints of Barberry #D1BF2B

RGB

 RED value IS 209 (82.03% from 255) = 47.18%

 GREEN value IS 191 (75% from 255) = 43.12%

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

R = 47.18%
G = 43.12%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1BF2B (or 0xD1BF2B) is known color: Barberry. HEX triplet: D1, BF and 2B. RGB value is (209,191,43). Sum of RGB (Red+Green+Blue) = 209+191+43=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF2B is #2E40D4. Grayscale: #B4B4B4. Windows color (decimal): -3031253 or 2867153. OLE color: 2867153.

HSL color Cylindrical-coordinate representation of color #D1BF2B: hue angle of 53.49º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1BF2B is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 191 43 -
CMYK 0 0.09 0.79 0.18
HSL 53.49º 0.66% 0.49% -
HSV(B) 53.49º 0.79% 0.82% -
XYZ 45.36 50.99 9.74 -
YUV 179.51 50.96 149.03 -
System Red Green Blue C M Y K H S L
Decimal 209 191 43 0 0.09 0.79 0.18 53.49 0.66 0.49
Hex D1 BF 2B 0 9 4F 12 35 42 31
Octal 321 277 53 0 11 117 22 65 102 61
Binary 11010001 10111111 101011 0 1001 1001111 10010 110101 1000010 110001

Color Harmonies of #D1BF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF2B

Black with #D1BF2B

Text Example


Text Example

White with #D1BF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF2B; }

 p { color: rgb(209,191,43); }

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

background-color css

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

 a { background-color: rgb(209,191,43); }

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

border-color css

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

 span { border-color: rgb(209,191,43); }

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