Html Css Color HEX #D1BC23 Barberry

📋 copy color: '#D1BC23'

red 209 ◦ green 188 ◦ blue 35

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

Shades of Barberry #D1BC23

Tints of Barberry #D1BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 48.38%
G = 43.52%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D1BC23 (or 0xD1BC23) is known color: Barberry. HEX triplet: D1, BC and 23. RGB value is (209,188,35). Sum of RGB (Red+Green+Blue) = 209+188+35=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC23 is #2E43DC. Grayscale: #B1B1B1. Windows color (decimal): -3032029 or 2342097. OLE color: 2342097.

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

Color convert

RGB 209 188 35 -
CMYK 0 0.10 0.83 0.18
HSL 52.76º 0.71% 0.48% -
HSV(B) 52.76º 0.83% 0.82% -
XYZ 44.58 49.64 8.82 -
YUV 176.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 209 188 35 0 0.10 0.83 0.18 52.76 0.71 0.48
Hex D1 BC 23 0 A 53 12 35 47 30
Octal 321 274 43 0 12 123 22 65 107 60
Binary 11010001 10111100 100011 0 1010 1010011 10010 110101 1000111 110000

Color Harmonies of #D1BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC23

Black with #D1BC23

Text Example


Text Example

White with #D1BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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