Html Css Color HEX #D8BF2B Barberry

📋 copy color: '#D8BF2B'

red 216 ◦ green 191 ◦ blue 43

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

Shades of Barberry #D8BF2B

Tints of Barberry #D8BF2B

RGB

 RED value IS 216 (84.77% from 255) = 48%

 GREEN value IS 191 (75% from 255) = 42.44%

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

R = 48%
G = 42.44%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8BF2B (or 0xD8BF2B) is known color: Barberry. HEX triplet: D8, BF and 2B. RGB value is (216,191,43). Sum of RGB (Red+Green+Blue) = 216+191+43=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF2B is #2740D4. Grayscale: #B6B6B6. Windows color (decimal): -2572501 or 2867160. OLE color: 2867160.

HSL color Cylindrical-coordinate representation of color #D8BF2B: hue angle of 51.33º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8BF2B is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 191 43 -
CMYK 0 0.12 0.80 0.15
HSL 51.33º 0.69% 0.51% -
HSV(B) 51.33º 0.8% 0.85% -
XYZ 47.39 52.03 9.83 -
YUV 181.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 216 191 43 0 0.12 0.80 0.15 51.33 0.69 0.51
Hex D8 BF 2B 0 C 50 F 33 45 33
Octal 330 277 53 0 14 120 17 63 105 63
Binary 11011000 10111111 101011 0 1100 1010000 1111 110011 1000101 110011

Color Harmonies of #D8BF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF2B

Black with #D8BF2B

Text Example


Text Example

White with #D8BF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF2B; }

 p { color: rgb(216,191,43); }

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

background-color css

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

 a { background-color: rgb(216,191,43); }

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

border-color css

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

 span { border-color: rgb(216,191,43); }

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