Html Css Color HEX #D5D325 Barberry

📋 copy color: '#D5D325'

red 213 ◦ green 211 ◦ blue 37

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

Shades of Barberry #D5D325

Tints of Barberry #D5D325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

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

R = 46.2%
G = 45.77%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D5D325 (or 0xD5D325) is known color: Barberry. HEX triplet: D5, D3 and 25. RGB value is (213,211,37). Sum of RGB (Red+Green+Blue) = 213+211+37=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D325 is #2A2CDA. Grayscale: #C0C0C0. Windows color (decimal): -2763995 or 2479061. OLE color: 2479061.

HSL color Cylindrical-coordinate representation of color #D5D325: hue angle of 59.32º degrees, saturation: 0.7, 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 #D5D325 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 211 37 -
CMYK 0 0.01 0.83 0.16
HSL 59.32º 0.7% 0.49% -
HSV(B) 59.32º 0.83% 0.84% -
XYZ 51.07 60.87 10.81 -
YUV 191.76 40.66 143.15 -
System Red Green Blue C M Y K H S L
Decimal 213 211 37 0 0.01 0.83 0.16 59.32 0.7 0.49
Hex D5 D3 25 0 1 53 10 3B 46 31
Octal 325 323 45 0 1 123 20 73 106 61
Binary 11010101 11010011 100101 0 1 1010011 10000 111011 1000110 110001

Color Harmonies of #D5D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D325

Black with #D5D325

Text Example


Text Example

White with #D5D325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D325; }

 p { color: rgb(213,211,37); }

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

background-color css

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

 a { background-color: rgb(213,211,37); }

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

border-color css

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

 span { border-color: rgb(213,211,37); }

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