Html Css Color HEX #D5DC4A Manz

📋 copy color: '#D5DC4A'

red 213 ◦ green 220 ◦ blue 74

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

Shades of Manz #D5DC4A

Tints of Manz #D5DC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.6%

R = 42.01%
G = 43.39%
B = 14.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#D5DC4A (or 0xD5DC4A) is known color: Manz. HEX triplet: D5, DC and 4A. RGB value is (213,220,74). Sum of RGB (Red+Green+Blue) = 213+220+74=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC4A is #2A23B5. Grayscale: #C9C9C9. Windows color (decimal): -2761654 or 4906197. OLE color: 4906197.

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

Color convert

RGB 213 220 74 -
CMYK 0.03 0 0.66 0.14
HSL 62.88º 0.68% 0.58% -
HSV(B) 62.88º 0.66% 0.86% -
XYZ 54.27 65.83 16.32 -
YUV 201.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 213 220 74 0.03 0 0.66 0.14 62.88 0.68 0.58
Hex D5 DC 4A 3 0 42 E 3F 44 3A
Octal 325 334 112 3 0 102 16 77 104 72
Binary 11010101 11011100 1001010 11 0 1000010 1110 111111 1000100 111010

Color Harmonies of #D5DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC4A

Black with #D5DC4A

Text Example


Text Example

White with #D5DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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