Html Css Color HEX #D4DC53 Manz

📋 copy color: '#D4DC53'

red 212 ◦ green 220 ◦ blue 83

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

Shades of Manz #D4DC53

Tints of Manz #D4DC53

RGB

 RED value IS 212 (83.2% from 255) = 41.17%

 GREEN value IS 220 (86.33% from 255) = 42.72%

 BLUE value IS 83 (32.81% from 255) = 16.12%

R = 41.17%
G = 42.72%
B = 16.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#D4DC53 (or 0xD4DC53) is known color: Manz. HEX triplet: D4, DC and 53. RGB value is (212,220,83). Sum of RGB (Red+Green+Blue) = 212+220+83=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC53 is #2B23AC. Grayscale: #CACACA. Windows color (decimal): -2827181 or 5496020. OLE color: 5496020.

HSL color Cylindrical-coordinate representation of color #D4DC53: hue angle of 63.5º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4DC53 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 83 -
CMYK 0.04 0 0.62 0.14
HSL 63.5º 0.66% 0.59% -
HSV(B) 63.5º 0.62% 0.86% -
XYZ 54.31 65.81 18.02 -
YUV 201.99 60.85 135.14 -
System Red Green Blue C M Y K H S L
Decimal 212 220 83 0.04 0 0.62 0.14 63.5 0.66 0.59
Hex D4 DC 53 4 0 3E E 40 42 3B
Octal 324 334 123 4 0 76 16 100 102 73
Binary 11010100 11011100 1010011 100 0 111110 1110 1000000 1000010 111011

Color Harmonies of #D4DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC53

Black with #D4DC53

Text Example


Text Example

White with #D4DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC53; }

 p { color: rgb(212,220,83); }

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

background-color css

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

 a { background-color: rgb(212,220,83); }

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

border-color css

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

 span { border-color: rgb(212,220,83); }

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