Html Css Color HEX #DDD65F Manz

📋 copy color: '#DDD65F'

red 221 ◦ green 214 ◦ blue 95

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

Shades of Manz #DDD65F

Tints of Manz #DDD65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.92%

R = 41.7%
G = 40.38%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDD65F (or 0xDDD65F) is known color: Manz. HEX triplet: DD, D6 and 5F. RGB value is (221,214,95). Sum of RGB (Red+Green+Blue) = 221+214+95=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD65F is #2229A0. Grayscale: #CBCBCB. Windows color (decimal): -2238881 or 6280925. OLE color: 6280925.

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

Color convert

RGB 221 214 95 -
CMYK 0 0.03 0.57 0.13
HSL 56.67º 0.65% 0.62% -
HSV(B) 56.67º 0.57% 0.87% -
XYZ 55.93 64.29 20.29 -
YUV 202.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 221 214 95 0 0.03 0.57 0.13 56.67 0.65 0.62
Hex DD D6 5F 0 3 39 D 39 41 3E
Octal 335 326 137 0 3 71 15 71 101 76
Binary 11011101 11010110 1011111 0 11 111001 1101 111001 1000001 111110

Color Harmonies of #DDD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD65F

Black with #DDD65F

Text Example


Text Example

White with #DDD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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