Html Css Color HEX #DDD761 Manz

📋 copy color: '#DDD761'

red 221 ◦ green 215 ◦ blue 97

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

Shades of Manz #DDD761

Tints of Manz #DDD761

RGB

 RED value IS 221 (86.72% from 255) = 41.46%

 GREEN value IS 215 (84.38% from 255) = 40.34%

 BLUE value IS 97 (38.28% from 255) = 18.2%

R = 41.46%
G = 40.34%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDD761 (or 0xDDD761) is known color: Manz. HEX triplet: DD, D7 and 61. RGB value is (221,215,97). Sum of RGB (Red+Green+Blue) = 221+215+97=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD761 is #22289E. Grayscale: #CBCBCB. Windows color (decimal): -2238623 or 6412253. OLE color: 6412253.

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

Color convert

RGB 221 215 97 -
CMYK 0 0.03 0.56 0.13
HSL 57.1º 0.65% 0.62% -
HSV(B) 57.1º 0.56% 0.87% -
XYZ 56.28 64.84 20.86 -
YUV 203.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 221 215 97 0 0.03 0.56 0.13 57.1 0.65 0.62
Hex DD D7 61 0 3 38 D 39 41 3E
Octal 335 327 141 0 3 70 15 71 101 76
Binary 11011101 11010111 1100001 0 11 111000 1101 111001 1000001 111110

Color Harmonies of #DDD761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD761

Black with #DDD761

Text Example


Text Example

White with #DDD761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD761; }

 p { color: rgb(221,215,97); }

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

background-color css

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

 a { background-color: rgb(221,215,97); }

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

border-color css

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

 span { border-color: rgb(221,215,97); }

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