Html Css Color HEX #DADD5C Manz

📋 copy color: '#DADD5C'

red 218 ◦ green 221 ◦ blue 92

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

Shades of Manz #DADD5C

Tints of Manz #DADD5C

RGB

 RED value IS 218 (85.55% from 255) = 41.05%

 GREEN value IS 221 (86.72% from 255) = 41.62%

 BLUE value IS 92 (36.33% from 255) = 17.33%

R = 41.05%
G = 41.62%
B = 17.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DADD5C (or 0xDADD5C) is known color: Manz. HEX triplet: DA, DD and 5C. RGB value is (218,221,92). Sum of RGB (Red+Green+Blue) = 218+221+92=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD5C is #2522A3. Grayscale: #CDCDCD. Windows color (decimal): -2433700 or 6086106. OLE color: 6086106.

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

Color convert

RGB 218 221 92 -
CMYK 0.01 0 0.58 0.13
HSL 61.4º 0.65% 0.61% -
HSV(B) 61.4º 0.58% 0.87% -
XYZ 56.7 67.39 20.14 -
YUV 205.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 218 221 92 0.01 0 0.58 0.13 61.4 0.65 0.61
Hex DA DD 5C 1 0 3A D 3D 41 3D
Octal 332 335 134 1 0 72 15 75 101 75
Binary 11011010 11011101 1011100 1 0 111010 1101 111101 1000001 111101

Color Harmonies of #DADD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD5C

Black with #DADD5C

Text Example


Text Example

White with #DADD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD5C; }

 p { color: rgb(218,221,92); }

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

background-color css

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

 a { background-color: rgb(218,221,92); }

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

border-color css

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

 span { border-color: rgb(218,221,92); }

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