Html Css Color HEX #D5BF2D Barberry

📋 copy color: '#D5BF2D'

red 213 ◦ green 191 ◦ blue 45

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

Shades of Barberry #D5BF2D

Tints of Barberry #D5BF2D

RGB

 RED value IS 213 (83.59% from 255) = 47.44%

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

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

R = 47.44%
G = 42.54%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5BF2D (or 0xD5BF2D) is known color: Barberry. HEX triplet: D5, BF and 2D. RGB value is (213,191,45). Sum of RGB (Red+Green+Blue) = 213+191+45=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF2D is #2A40D2. Grayscale: #B5B5B5. Windows color (decimal): -2769107 or 2998229. OLE color: 2998229.

HSL color Cylindrical-coordinate representation of color #D5BF2D: hue angle of 52.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5BF2D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 45 -
CMYK 0 0.10 0.79 0.16
HSL 52.14º 0.67% 0.51% -
HSV(B) 52.14º 0.79% 0.84% -
XYZ 46.55 51.6 9.99 -
YUV 180.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 213 191 45 0 0.10 0.79 0.16 52.14 0.67 0.51
Hex D5 BF 2D 0 A 4F 10 34 43 33
Octal 325 277 55 0 12 117 20 64 103 63
Binary 11010101 10111111 101101 0 1010 1001111 10000 110100 1000011 110011

Color Harmonies of #D5BF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF2D

Black with #D5BF2D

Text Example


Text Example

White with #D5BF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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