Html Css Color HEX #DDD65C Manz

📋 copy color: '#DDD65C'

red 221 ◦ green 214 ◦ blue 92

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

Shades of Manz #DDD65C

Tints of Manz #DDD65C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

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

R = 41.94%
G = 40.61%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD65C (or 0xDDD65C) is known color: Manz. HEX triplet: DD, D6 and 5C. RGB value is (221,214,92). Sum of RGB (Red+Green+Blue) = 221+214+92=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD65C is #2229A3. Grayscale: #CACACA. Windows color (decimal): -2238884 or 6084317. OLE color: 6084317.

HSL color Cylindrical-coordinate representation of color #DDD65C: hue angle of 56.74º 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 #DDD65C is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 92 -
CMYK 0 0.03 0.58 0.13
HSL 56.74º 0.65% 0.61% -
HSV(B) 56.74º 0.58% 0.87% -
XYZ 55.8 64.24 19.58 -
YUV 202.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 221 214 92 0 0.03 0.58 0.13 56.74 0.65 0.61
Hex DD D6 5C 0 3 3A D 39 41 3D
Octal 335 326 134 0 3 72 15 71 101 75
Binary 11011101 11010110 1011100 0 11 111010 1101 111001 1000001 111101

Color Harmonies of #DDD65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD65C

Black with #DDD65C

Text Example


Text Example

White with #DDD65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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