Html Css Color HEX #D7BE2D Barberry

📋 copy color: '#D7BE2D'

red 215 ◦ green 190 ◦ blue 45

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

Shades of Barberry #D7BE2D

Tints of Barberry #D7BE2D

RGB

 RED value IS 215 (84.38% from 255) = 47.78%

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

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

R = 47.78%
G = 42.22%
B = 10%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7BE2D (or 0xD7BE2D) is known color: Barberry. HEX triplet: D7, BE and 2D. RGB value is (215,190,45). Sum of RGB (Red+Green+Blue) = 215+190+45=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BE2D is #2841D2. Grayscale: #B5B5B5. Windows color (decimal): -2638291 or 2997975. OLE color: 2997975.

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

Color convert

RGB 215 190 45 -
CMYK 0 0.12 0.79 0.16
HSL 51.18º 0.68% 0.51% -
HSV(B) 51.18º 0.79% 0.84% -
XYZ 46.91 51.46 9.94 -
YUV 180.95 51.28 152.29 -
System Red Green Blue C M Y K H S L
Decimal 215 190 45 0 0.12 0.79 0.16 51.18 0.68 0.51
Hex D7 BE 2D 0 C 4F 10 33 44 33
Octal 327 276 55 0 14 117 20 63 104 63
Binary 11010111 10111110 101101 0 1100 1001111 10000 110011 1000100 110011

Color Harmonies of #D7BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BE2D

Black with #D7BE2D

Text Example


Text Example

White with #D7BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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