Html Css Color HEX #D7D125 Barberry

📋 copy color: '#D7D125'

red 215 ◦ green 209 ◦ blue 37

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

Shades of Barberry #D7D125

Tints of Barberry #D7D125

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 37 (14.84% from 255) = 8.03%

R = 46.64%
G = 45.34%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7D125 (or 0xD7D125) is known color: Barberry. HEX triplet: D7, D1 and 25. RGB value is (215,209,37). Sum of RGB (Red+Green+Blue) = 215+209+37=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D125 is #282EDA. Grayscale: #BFBFBF. Windows color (decimal): -2633435 or 2478551. OLE color: 2478551.

HSL color Cylindrical-coordinate representation of color #D7D125: hue angle of 57.98º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7D125 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 209 37 -
CMYK 0 0.03 0.83 0.16
HSL 57.98º 0.71% 0.49% -
HSV(B) 57.98º 0.83% 0.84% -
XYZ 51.16 60.18 10.67 -
YUV 191.19 40.99 144.99 -
System Red Green Blue C M Y K H S L
Decimal 215 209 37 0 0.03 0.83 0.16 57.98 0.71 0.49
Hex D7 D1 25 0 3 53 10 3A 47 31
Octal 327 321 45 0 3 123 20 72 107 61
Binary 11010111 11010001 100101 0 11 1010011 10000 111010 1000111 110001

Color Harmonies of #D7D125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D125

Black with #D7D125

Text Example


Text Example

White with #D7D125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D125; }

 p { color: rgb(215,209,37); }

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

background-color css

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

 a { background-color: rgb(215,209,37); }

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

border-color css

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

 span { border-color: rgb(215,209,37); }

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