Html Css Color HEX #D7D552 Manz

📋 copy color: '#D7D552'

red 215 ◦ green 213 ◦ blue 82

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

Shades of Manz #D7D552

Tints of Manz #D7D552

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

 GREEN value IS 213 (83.59% from 255) = 41.76%

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

R = 42.16%
G = 41.76%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D7D552 (or 0xD7D552) is known color: Manz. HEX triplet: D7, D5 and 52. RGB value is (215,213,82). Sum of RGB (Red+Green+Blue) = 215+213+82=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D552 is #282AAD. Grayscale: #C7C7C7. Windows color (decimal): -2632366 or 5428695. OLE color: 5428695.

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

Color convert

RGB 215 213 82 -
CMYK 0 0.01 0.62 0.16
HSL 59.1º 0.62% 0.58% -
HSV(B) 59.1º 0.62% 0.84% -
XYZ 53.34 62.64 17.26 -
YUV 198.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 215 213 82 0 0.01 0.62 0.16 59.1 0.62 0.58
Hex D7 D5 52 0 1 3E 10 3B 3E 3A
Octal 327 325 122 0 1 76 20 73 76 72
Binary 11010111 11010101 1010010 0 1 111110 10000 111011 111110 111010

Color Harmonies of #D7D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D552

Black with #D7D552

Text Example


Text Example

White with #D7D552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D552; }

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

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

background-color css

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

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

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

border-color css

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

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

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