Html Css Color HEX #D5BE2D Barberry

📋 copy color: '#D5BE2D'

red 213 ◦ green 190 ◦ blue 45

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

Shades of Barberry #D5BE2D

Tints of Barberry #D5BE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

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

R = 47.54%
G = 42.41%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5BE2D (or 0xD5BE2D) is known color: Barberry. HEX triplet: D5, BE and 2D. RGB value is (213,190,45). Sum of RGB (Red+Green+Blue) = 213+190+45=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE2D is #2A41D2. Grayscale: #B4B4B4. Windows color (decimal): -2769363 or 2997973. OLE color: 2997973.

HSL color Cylindrical-coordinate representation of color #D5BE2D: hue angle of 51.79º 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 #D5BE2D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 45 -
CMYK 0 0.11 0.79 0.16
HSL 51.79º 0.67% 0.51% -
HSV(B) 51.79º 0.79% 0.84% -
XYZ 46.33 51.16 9.92 -
YUV 180.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 213 190 45 0 0.11 0.79 0.16 51.79 0.67 0.51
Hex D5 BE 2D 0 B 4F 10 34 43 33
Octal 325 276 55 0 13 117 20 64 103 63
Binary 11010101 10111110 101101 0 1011 1001111 10000 110100 1000011 110011

Color Harmonies of #D5BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE2D

Black with #D5BE2D

Text Example


Text Example

White with #D5BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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