Html Css Color HEX #D8BF2D Barberry

📋 copy color: '#D8BF2D'

red 216 ◦ green 191 ◦ blue 45

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

Shades of Barberry #D8BF2D

Tints of Barberry #D8BF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.96%

R = 47.79%
G = 42.26%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8BF2D (or 0xD8BF2D) is known color: Barberry. HEX triplet: D8, BF and 2D. RGB value is (216,191,45). Sum of RGB (Red+Green+Blue) = 216+191+45=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF2D is #2740D2. Grayscale: #B6B6B6. Windows color (decimal): -2572499 or 2998232. OLE color: 2998232.

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

Color convert

RGB 216 191 45 -
CMYK 0 0.12 0.79 0.15
HSL 51.23º 0.69% 0.51% -
HSV(B) 51.23º 0.79% 0.85% -
XYZ 47.42 52.05 10.03 -
YUV 181.83 50.78 152.37 -
System Red Green Blue C M Y K H S L
Decimal 216 191 45 0 0.12 0.79 0.15 51.23 0.69 0.51
Hex D8 BF 2D 0 C 4F F 33 45 33
Octal 330 277 55 0 14 117 17 63 105 63
Binary 11011000 10111111 101101 0 1100 1001111 1111 110011 1000101 110011

Color Harmonies of #D8BF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF2D

Black with #D8BF2D

Text Example


Text Example

White with #D8BF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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