Html Css Color HEX #D1BD2B Barberry

📋 copy color: '#D1BD2B'

red 209 ◦ green 189 ◦ blue 43

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

Shades of Barberry #D1BD2B

Tints of Barberry #D1BD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

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

R = 47.39%
G = 42.86%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1BD2B (or 0xD1BD2B) is known color: Barberry. HEX triplet: D1, BD and 2B. RGB value is (209,189,43). Sum of RGB (Red+Green+Blue) = 209+189+43=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BD2B is #2E42D4. Grayscale: #B2B2B2. Windows color (decimal): -3031765 or 2866641. OLE color: 2866641.

HSL color Cylindrical-coordinate representation of color #D1BD2B: hue angle of 52.77º 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 #D1BD2B is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 43 -
CMYK 0 0.10 0.79 0.18
HSL 52.77º 0.66% 0.49% -
HSV(B) 52.77º 0.79% 0.82% -
XYZ 44.93 50.12 9.59 -
YUV 178.34 51.63 149.87 -
System Red Green Blue C M Y K H S L
Decimal 209 189 43 0 0.10 0.79 0.18 52.77 0.66 0.49
Hex D1 BD 2B 0 A 4F 12 35 42 31
Octal 321 275 53 0 12 117 22 65 102 61
Binary 11010001 10111101 101011 0 1010 1001111 10010 110101 1000010 110001

Color Harmonies of #D1BD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BD2B

Black with #D1BD2B

Text Example


Text Example

White with #D1BD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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