Html Css Color HEX #D5DA55 Manz

📋 copy color: '#D5DA55'

red 213 ◦ green 218 ◦ blue 85

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

Shades of Manz #D5DA55

Tints of Manz #D5DA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.47%

R = 41.28%
G = 42.25%
B = 16.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D5DA55 (or 0xD5DA55) is known color: Manz. HEX triplet: D5, DA and 55. RGB value is (213,218,85). Sum of RGB (Red+Green+Blue) = 213+218+85=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA55 is #2A25AA. Grayscale: #C9C9C9. Windows color (decimal): -2762155 or 5626581. OLE color: 5626581.

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

Color convert

RGB 213 218 85 -
CMYK 0.02 0 0.61 0.15
HSL 62.26º 0.64% 0.59% -
HSV(B) 62.26º 0.61% 0.85% -
XYZ 54.15 64.94 18.28 -
YUV 201.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 213 218 85 0.02 0 0.61 0.15 62.26 0.64 0.59
Hex D5 DA 55 2 0 3D F 3E 40 3B
Octal 325 332 125 2 0 75 17 76 100 73
Binary 11010101 11011010 1010101 10 0 111101 1111 111110 1000000 111011

Color Harmonies of #D5DA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA55

Black with #D5DA55

Text Example


Text Example

White with #D5DA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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