Html Css Color HEX #DDD65A Manz

📋 copy color: '#DDD65A'

red 221 ◦ green 214 ◦ blue 90

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

Shades of Manz #DDD65A

Tints of Manz #DDD65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.14%

R = 42.1%
G = 40.76%
B = 17.14%

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

#DDD65A (or 0xDDD65A) is known color: Manz. HEX triplet: DD, D6 and 5A. RGB value is (221,214,90). Sum of RGB (Red+Green+Blue) = 221+214+90=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD65A is #2229A5. Grayscale: #CACACA. Windows color (decimal): -2238886 or 5953245. OLE color: 5953245.

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

Color convert

RGB 221 214 90 -
CMYK 0 0.03 0.59 0.13
HSL 56.79º 0.66% 0.61% -
HSV(B) 56.79º 0.59% 0.87% -
XYZ 55.71 64.2 19.13 -
YUV 201.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 221 214 90 0 0.03 0.59 0.13 56.79 0.66 0.61
Hex DD D6 5A 0 3 3B D 39 42 3D
Octal 335 326 132 0 3 73 15 71 102 75
Binary 11011101 11010110 1011010 0 11 111011 1101 111001 1000010 111101

Color Harmonies of #DDD65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD65A

Black with #DDD65A

Text Example


Text Example

White with #DDD65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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