Html Css Color HEX #D2BC23 Barberry

📋 copy color: '#D2BC23'

red 210 ◦ green 188 ◦ blue 35

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

Shades of Barberry #D2BC23

Tints of Barberry #D2BC23

RGB

 RED value IS 210 (82.42% from 255) = 48.5%

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

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

R = 48.5%
G = 43.42%
B = 8.08%

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

#D2BC23 (or 0xD2BC23) is known color: Barberry. HEX triplet: D2, BC and 23. RGB value is (210,188,35). Sum of RGB (Red+Green+Blue) = 210+188+35=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC23 is #2D43DC. Grayscale: #B1B1B1. Windows color (decimal): -2966493 or 2342098. OLE color: 2342098.

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

Color convert

RGB 210 188 35 -
CMYK 0 0.10 0.83 0.18
HSL 52.46º 0.71% 0.48% -
HSV(B) 52.46º 0.83% 0.82% -
XYZ 44.86 49.79 8.84 -
YUV 177.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 210 188 35 0 0.10 0.83 0.18 52.46 0.71 0.48
Hex D2 BC 23 0 A 53 12 34 47 30
Octal 322 274 43 0 12 123 22 64 107 60
Binary 11010010 10111100 100011 0 1010 1010011 10010 110100 1000111 110000

Color Harmonies of #D2BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC23

Black with #D2BC23

Text Example


Text Example

White with #D2BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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