Html Css Color HEX #D5DC54 Manz

📋 copy color: '#D5DC54'

red 213 ◦ green 220 ◦ blue 84

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

Shades of Manz #D5DC54

Tints of Manz #D5DC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.25%

R = 41.2%
G = 42.55%
B = 16.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#D5DC54 (or 0xD5DC54) is known color: Manz. HEX triplet: D5, DC and 54. RGB value is (213,220,84). Sum of RGB (Red+Green+Blue) = 213+220+84=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DC54 is #2A23AB. Grayscale: #CACACA. Windows color (decimal): -2761644 or 5561557. OLE color: 5561557.

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

Color convert

RGB 213 220 84 -
CMYK 0.03 0 0.62 0.14
HSL 63.09º 0.66% 0.6% -
HSV(B) 63.09º 0.62% 0.86% -
XYZ 54.63 65.97 18.24 -
YUV 202.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 213 220 84 0.03 0 0.62 0.14 63.09 0.66 0.6
Hex D5 DC 54 3 0 3E E 3F 42 3C
Octal 325 334 124 3 0 76 16 77 102 74
Binary 11010101 11011100 1010100 11 0 111110 1110 111111 1000010 111100

Color Harmonies of #D5DC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC54

Black with #D5DC54

Text Example


Text Example

White with #D5DC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC54; }

 p { color: rgb(213,220,84); }

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

background-color css

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

 a { background-color: rgb(213,220,84); }

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

border-color css

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

 span { border-color: rgb(213,220,84); }

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