Html Css Color HEX #D5CE58 Manz

📋 copy color: '#D5CE58'

red 213 ◦ green 206 ◦ blue 88

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

Shades of Manz #D5CE58

Tints of Manz #D5CE58

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.63%

 BLUE value IS 88 (34.77% from 255) = 17.36%

R = 42.01%
G = 40.63%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5CE58 (or 0xD5CE58) is known color: Manz. HEX triplet: D5, CE and 58. RGB value is (213,206,88). Sum of RGB (Red+Green+Blue) = 213+206+88=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE58 is #2A31A7. Grayscale: #C3C3C3. Windows color (decimal): -2765224 or 5820117. OLE color: 5820117.

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

Color convert

RGB 213 206 88 -
CMYK 0 0.03 0.59 0.16
HSL 56.64º 0.6% 0.59% -
HSV(B) 56.64º 0.59% 0.84% -
XYZ 51.27 58.99 17.92 -
YUV 194.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 213 206 88 0 0.03 0.59 0.16 56.64 0.6 0.59
Hex D5 CE 58 0 3 3B 10 39 3C 3B
Octal 325 316 130 0 3 73 20 71 74 73
Binary 11010101 11001110 1011000 0 11 111011 10000 111001 111100 111011

Color Harmonies of #D5CE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE58

Black with #D5CE58

Text Example


Text Example

White with #D5CE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE58; }

 p { color: rgb(213,206,88); }

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

background-color css

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

 a { background-color: rgb(213,206,88); }

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

border-color css

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

 span { border-color: rgb(213,206,88); }

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