Html Css Color HEX #D5DA53 Manz

📋 copy color: '#D5DA53'

red 213 ◦ green 218 ◦ blue 83

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

Shades of Manz #D5DA53

Tints of Manz #D5DA53

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.41%

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

R = 41.44%
G = 42.41%
B = 16.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D5DA53 (or 0xD5DA53) is known color: Manz. HEX triplet: D5, DA and 53. RGB value is (213,218,83). Sum of RGB (Red+Green+Blue) = 213+218+83=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA53 is #2A25AC. Grayscale: #C9C9C9. Windows color (decimal): -2762157 or 5495509. OLE color: 5495509.

HSL color Cylindrical-coordinate representation of color #D5DA53: hue angle of 62.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5DA53 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 83 -
CMYK 0.02 0 0.62 0.15
HSL 62.22º 0.65% 0.59% -
HSV(B) 62.22º 0.62% 0.85% -
XYZ 54.07 64.91 17.86 -
YUV 201.12 61.34 136.48 -
System Red Green Blue C M Y K H S L
Decimal 213 218 83 0.02 0 0.62 0.15 62.22 0.65 0.59
Hex D5 DA 53 2 0 3E F 3E 41 3B
Octal 325 332 123 2 0 76 17 76 101 73
Binary 11010101 11011010 1010011 10 0 111110 1111 111110 1000001 111011

Color Harmonies of #D5DA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA53

Black with #D5DA53

Text Example


Text Example

White with #D5DA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA53; }

 p { color: rgb(213,218,83); }

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

background-color css

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

 a { background-color: rgb(213,218,83); }

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

border-color css

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

 span { border-color: rgb(213,218,83); }

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