Html Css Color HEX #D5D35C Manz

📋 copy color: '#D5D35C'

red 213 ◦ green 211 ◦ blue 92

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

Shades of Manz #D5D35C

Tints of Manz #D5D35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.83%

R = 41.28%
G = 40.89%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5D35C (or 0xD5D35C) is known color: Manz. HEX triplet: D5, D3 and 5C. RGB value is (213,211,92). Sum of RGB (Red+Green+Blue) = 213+211+92=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D35C is #2A2CA3. Grayscale: #C6C6C6. Windows color (decimal): -2763940 or 6083541. OLE color: 6083541.

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

Color convert

RGB 213 211 92 -
CMYK 0 0.01 0.57 0.16
HSL 59.01º 0.59% 0.6% -
HSV(B) 59.01º 0.57% 0.84% -
XYZ 52.67 61.51 19.22 -
YUV 198.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 213 211 92 0 0.01 0.57 0.16 59.01 0.59 0.6
Hex D5 D3 5C 0 1 39 10 3B 3B 3C
Octal 325 323 134 0 1 71 20 73 73 74
Binary 11010101 11010011 1011100 0 1 111001 10000 111011 111011 111100

Color Harmonies of #D5D35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D35C

Black with #D5D35C

Text Example


Text Example

White with #D5D35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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