Html Css Color HEX #D5D852 Manz

📋 copy color: '#D5D852'

red 213 ◦ green 216 ◦ blue 82

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

Shades of Manz #D5D852

Tints of Manz #D5D852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.27%

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 41.68%
G = 42.27%
B = 16.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D5D852 (or 0xD5D852) is known color: Manz. HEX triplet: D5, D8 and 52. RGB value is (213,216,82). Sum of RGB (Red+Green+Blue) = 213+216+82=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D852 is #2A27AD. Grayscale: #C8C8C8. Windows color (decimal): -2762670 or 5429461. OLE color: 5429461.

HSL color Cylindrical-coordinate representation of color #D5D852: hue angle of 61.34º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5D852 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 82 -
CMYK 0.01 0 0.62 0.15
HSL 61.34º 0.63% 0.58% -
HSV(B) 61.34º 0.62% 0.85% -
XYZ 53.52 63.87 17.49 -
YUV 199.83 61.51 137.4 -
System Red Green Blue C M Y K H S L
Decimal 213 216 82 0.01 0 0.62 0.15 61.34 0.63 0.58
Hex D5 D8 52 1 0 3E F 3D 3F 3A
Octal 325 330 122 1 0 76 17 75 77 72
Binary 11010101 11011000 1010010 1 0 111110 1111 111101 111111 111010

Color Harmonies of #D5D852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D852

Black with #D5D852

Text Example


Text Example

White with #D5D852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D852; }

 p { color: rgb(213,216,82); }

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

background-color css

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

 a { background-color: rgb(213,216,82); }

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

border-color css

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

 span { border-color: rgb(213,216,82); }

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