Html Css Color HEX #DDD65B Manz

📋 copy color: '#DDD65B'

red 221 ◦ green 214 ◦ blue 91

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

Shades of Manz #DDD65B

Tints of Manz #DDD65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.3%

R = 42.02%
G = 40.68%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDD65B (or 0xDDD65B) is known color: Manz. HEX triplet: DD, D6 and 5B. RGB value is (221,214,91). Sum of RGB (Red+Green+Blue) = 221+214+91=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD65B is #2229A4. Grayscale: #CACACA. Windows color (decimal): -2238885 or 6018781. OLE color: 6018781.

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

Color convert

RGB 221 214 91 -
CMYK 0 0.03 0.59 0.13
HSL 56.77º 0.66% 0.61% -
HSV(B) 56.77º 0.59% 0.87% -
XYZ 55.75 64.22 19.35 -
YUV 202.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 221 214 91 0 0.03 0.59 0.13 56.77 0.66 0.61
Hex DD D6 5B 0 3 3B D 39 42 3D
Octal 335 326 133 0 3 73 15 71 102 75
Binary 11011101 11010110 1011011 0 11 111011 1101 111001 1000010 111101

Color Harmonies of #DDD65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD65B

Black with #DDD65B

Text Example


Text Example

White with #DDD65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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