Html Css Color HEX #D5DF4A Manz

📋 copy color: '#D5DF4A'

red 213 ◦ green 223 ◦ blue 74

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

Shades of Manz #D5DF4A

Tints of Manz #D5DF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

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

R = 41.76%
G = 43.73%
B = 14.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#D5DF4A (or 0xD5DF4A) is known color: Manz. HEX triplet: D5, DF and 4A. RGB value is (213,223,74). Sum of RGB (Red+Green+Blue) = 213+223+74=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF4A is #2A20B5. Grayscale: #CBCBCB. Windows color (decimal): -2760886 or 4906965. OLE color: 4906965.

HSL color Cylindrical-coordinate representation of color #D5DF4A: hue angle of 64.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5DF4A is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 74 -
CMYK 0.04 0 0.67 0.13
HSL 64.03º 0.7% 0.58% -
HSV(B) 64.03º 0.67% 0.87% -
XYZ 55.06 67.42 16.59 -
YUV 203.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 213 223 74 0.04 0 0.67 0.13 64.03 0.7 0.58
Hex D5 DF 4A 4 0 43 D 40 46 3A
Octal 325 337 112 4 0 103 15 100 106 72
Binary 11010101 11011111 1001010 100 0 1000011 1101 1000000 1000110 111010

Color Harmonies of #D5DF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF4A

Black with #D5DF4A

Text Example


Text Example

White with #D5DF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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