Html Css Color HEX #D5D45B Manz

📋 copy color: '#D5D45B'

red 213 ◦ green 212 ◦ blue 91

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

Shades of Manz #D5D45B

Tints of Manz #D5D45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

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

R = 41.28%
G = 41.09%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5D45B (or 0xD5D45B) is known color: Manz. HEX triplet: D5, D4 and 5B. RGB value is (213,212,91). Sum of RGB (Red+Green+Blue) = 213+212+91=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D45B is #2A2BA4. Grayscale: #C6C6C6. Windows color (decimal): -2763685 or 6018261. OLE color: 6018261.

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

Color convert

RGB 213 212 91 -
CMYK 0 0.00 0.57 0.16
HSL 59.51º 0.59% 0.6% -
HSV(B) 59.51º 0.57% 0.84% -
XYZ 52.87 61.99 19.08 -
YUV 198.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 213 212 91 0 0.00 0.57 0.16 59.51 0.59 0.6
Hex D5 D4 5B 0 0 39 10 3C 3B 3C
Octal 325 324 133 0 0 71 20 74 73 74
Binary 11010101 11010100 1011011 0 0 111001 10000 111100 111011 111100

Color Harmonies of #D5D45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D45B

Black with #D5D45B

Text Example


Text Example

White with #D5D45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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