Html Css Color HEX #D1BC27 Barberry

📋 copy color: '#D1BC27'

red 209 ◦ green 188 ◦ blue 39

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

Shades of Barberry #D1BC27

Tints of Barberry #D1BC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.94%

R = 47.94%
G = 43.12%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D1BC27 (or 0xD1BC27) is known color: Barberry. HEX triplet: D1, BC and 27. RGB value is (209,188,39). Sum of RGB (Red+Green+Blue) = 209+188+39=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC27 is #2E43D8. Grayscale: #B1B1B1. Windows color (decimal): -3032025 or 2604241. OLE color: 2604241.

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

Color convert

RGB 209 188 39 -
CMYK 0 0.10 0.81 0.18
HSL 52.59º 0.69% 0.49% -
HSV(B) 52.59º 0.81% 0.82% -
XYZ 44.64 49.67 9.15 -
YUV 177.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 209 188 39 0 0.10 0.81 0.18 52.59 0.69 0.49
Hex D1 BC 27 0 A 51 12 35 45 31
Octal 321 274 47 0 12 121 22 65 105 61
Binary 11010001 10111100 100111 0 1010 1010001 10010 110101 1000101 110001

Color Harmonies of #D1BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC27

Black with #D1BC27

Text Example


Text Example

White with #D1BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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