Html Css Color HEX #D6BC2B Barberry

📋 copy color: '#D6BC2B'

red 214 ◦ green 188 ◦ blue 43

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

Shades of Barberry #D6BC2B

Tints of Barberry #D6BC2B

RGB

 RED value IS 214 (83.98% from 255) = 48.09%

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

 BLUE value IS 43 (17.19% from 255) = 9.66%

R = 48.09%
G = 42.25%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6BC2B (or 0xD6BC2B) is known color: Barberry. HEX triplet: D6, BC and 2B. RGB value is (214,188,43). Sum of RGB (Red+Green+Blue) = 214+188+43=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC2B is #2943D4. Grayscale: #B3B3B3. Windows color (decimal): -2704341 or 2866390. OLE color: 2866390.

HSL color Cylindrical-coordinate representation of color #D6BC2B: hue angle of 50.88º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6BC2B is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 188 43 -
CMYK 0 0.12 0.80 0.16
HSL 50.88º 0.68% 0.5% -
HSV(B) 50.88º 0.8% 0.84% -
XYZ 46.15 50.44 9.59 -
YUV 179.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 214 188 43 0 0.12 0.80 0.16 50.88 0.68 0.5
Hex D6 BC 2B 0 C 50 10 33 44 32
Octal 326 274 53 0 14 120 20 63 104 62
Binary 11010110 10111100 101011 0 1100 1010000 10000 110011 1000100 110010

Color Harmonies of #D6BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC2B

Black with #D6BC2B

Text Example


Text Example

White with #D6BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC2B; }

 p { color: rgb(214,188,43); }

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

background-color css

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

 a { background-color: rgb(214,188,43); }

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

border-color css

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

 span { border-color: rgb(214,188,43); }

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