Html Css Color HEX #D1BD2C Barberry

📋 copy color: '#D1BD2C'

red 209 ◦ green 189 ◦ blue 44

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

Shades of Barberry #D1BD2C

Tints of Barberry #D1BD2C

RGB

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

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

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

R = 47.29%
G = 42.76%
B = 9.95%

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

#D1BD2C (or 0xD1BD2C) is known color: Barberry. HEX triplet: D1, BD and 2C. RGB value is (209,189,44). Sum of RGB (Red+Green+Blue) = 209+189+44=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BD2C is #2E42D3. Grayscale: #B3B3B3. Windows color (decimal): -3031764 or 2932177. OLE color: 2932177.

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

Color convert

RGB 209 189 44 -
CMYK 0 0.10 0.79 0.18
HSL 52.73º 0.65% 0.5% -
HSV(B) 52.73º 0.79% 0.82% -
XYZ 44.95 50.13 9.69 -
YUV 178.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 209 189 44 0 0.10 0.79 0.18 52.73 0.65 0.5
Hex D1 BD 2C 0 A 4F 12 35 41 32
Octal 321 275 54 0 12 117 22 65 101 62
Binary 11010001 10111101 101100 0 1010 1001111 10010 110101 1000001 110010

Color Harmonies of #D1BD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BD2C

Black with #D1BD2C

Text Example


Text Example

White with #D1BD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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