Html Css Color HEX #DDD35C Manz

📋 copy color: '#DDD35C'

red 221 ◦ green 211 ◦ blue 92

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

Shades of Manz #DDD35C

Tints of Manz #DDD35C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

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

R = 42.18%
G = 40.27%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDD35C (or 0xDDD35C) is known color: Manz. HEX triplet: DD, D3 and 5C. RGB value is (221,211,92). Sum of RGB (Red+Green+Blue) = 221+211+92=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD35C is #222CA3. Grayscale: #C8C8C8. Windows color (decimal): -2239652 or 6083549. OLE color: 6083549.

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

Color convert

RGB 221 211 92 -
CMYK 0 0.05 0.58 0.13
HSL 55.35º 0.65% 0.61% -
HSV(B) 55.35º 0.58% 0.87% -
XYZ 55.04 62.73 19.33 -
YUV 200.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 221 211 92 0 0.05 0.58 0.13 55.35 0.65 0.61
Hex DD D3 5C 0 5 3A D 37 41 3D
Octal 335 323 134 0 5 72 15 67 101 75
Binary 11011101 11010011 1011100 0 101 111010 1101 110111 1000001 111101

Color Harmonies of #DDD35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD35C

Black with #DDD35C

Text Example


Text Example

White with #DDD35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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