Html Css Color HEX #D1BB21 Barberry

📋 copy color: '#D1BB21'

red 209 ◦ green 187 ◦ blue 33

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

Shades of Barberry #D1BB21

Tints of Barberry #D1BB21

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.59%

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

R = 48.72%
G = 43.59%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1BB21 (or 0xD1BB21) is known color: Barberry. HEX triplet: D1, BB and 21. RGB value is (209,187,33). Sum of RGB (Red+Green+Blue) = 209+187+33=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BB21 is #2E44DE. Grayscale: #B0B0B0. Windows color (decimal): -3032287 or 2210769. OLE color: 2210769.

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

Color convert

RGB 209 187 33 -
CMYK 0 0.11 0.84 0.18
HSL 52.5º 0.73% 0.47% -
HSV(B) 52.5º 0.84% 0.82% -
XYZ 44.34 49.21 8.6 -
YUV 176.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 209 187 33 0 0.11 0.84 0.18 52.5 0.73 0.47
Hex D1 BB 21 0 B 54 12 34 49 2F
Octal 321 273 41 0 13 124 22 64 111 57
Binary 11010001 10111011 100001 0 1011 1010100 10010 110100 1001001 101111

Color Harmonies of #D1BB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BB21

Black with #D1BB21

Text Example


Text Example

White with #D1BB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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