Html Css Color HEX #D1BC21 Barberry

📋 copy color: '#D1BC21'

red 209 ◦ green 188 ◦ blue 33

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

Shades of Barberry #D1BC21

Tints of Barberry #D1BC21

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 48.6%
G = 43.72%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1BC21 (or 0xD1BC21) is known color: Barberry. HEX triplet: D1, BC and 21. RGB value is (209,188,33). Sum of RGB (Red+Green+Blue) = 209+188+33=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC21 is #2E43DE. Grayscale: #B1B1B1. Windows color (decimal): -3032031 or 2211025. OLE color: 2211025.

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

Color convert

RGB 209 188 33 -
CMYK 0 0.10 0.84 0.18
HSL 52.84º 0.73% 0.47% -
HSV(B) 52.84º 0.84% 0.82% -
XYZ 44.55 49.63 8.67 -
YUV 176.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 209 188 33 0 0.10 0.84 0.18 52.84 0.73 0.47
Hex D1 BC 21 0 A 54 12 35 49 2F
Octal 321 274 41 0 12 124 22 65 111 57
Binary 11010001 10111100 100001 0 1010 1010100 10010 110101 1001001 101111

Color Harmonies of #D1BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC21

Black with #D1BC21

Text Example


Text Example

White with #D1BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC21; }

 p { color: rgb(209,188,33); }

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

background-color css

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

 a { background-color: rgb(209,188,33); }

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

border-color css

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

 span { border-color: rgb(209,188,33); }

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