Html Css Color HEX #D5D75B Manz

📋 copy color: '#D5D75B'

red 213 ◦ green 215 ◦ blue 91

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

Shades of Manz #D5D75B

Tints of Manz #D5D75B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 91 (35.94% from 255) = 17.53%

R = 41.04%
G = 41.43%
B = 17.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5D75B (or 0xD5D75B) is known color: Manz. HEX triplet: D5, D7 and 5B. RGB value is (213,215,91). Sum of RGB (Red+Green+Blue) = 213+215+91=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D75B is #2A28A4. Grayscale: #C8C8C8. Windows color (decimal): -2762917 or 6019029. OLE color: 6019029.

HSL color Cylindrical-coordinate representation of color #D5D75B: hue angle of 60.97º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5D75B is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 215 91 -
CMYK 0.01 0 0.58 0.16
HSL 60.97º 0.61% 0.6% -
HSV(B) 60.97º 0.58% 0.84% -
XYZ 53.63 63.5 19.33 -
YUV 200.27 66.34 137.08 -
System Red Green Blue C M Y K H S L
Decimal 213 215 91 0.01 0 0.58 0.16 60.97 0.61 0.6
Hex D5 D7 5B 1 0 3A 10 3D 3D 3C
Octal 325 327 133 1 0 72 20 75 75 74
Binary 11010101 11010111 1011011 1 0 111010 10000 111101 111101 111100

Color Harmonies of #D5D75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D75B

Black with #D5D75B

Text Example


Text Example

White with #D5D75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D75B; }

 p { color: rgb(213,215,91); }

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

background-color css

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

 a { background-color: rgb(213,215,91); }

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

border-color css

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

 span { border-color: rgb(213,215,91); }

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