Html Css Color HEX #DDD362 Manz

📋 copy color: '#DDD362'

red 221 ◦ green 211 ◦ blue 98

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

Shades of Manz #DDD362

Tints of Manz #DDD362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.49%

R = 41.7%
G = 39.81%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDD362 (or 0xDDD362) is known color: Manz. HEX triplet: DD, D3 and 62. RGB value is (221,211,98). Sum of RGB (Red+Green+Blue) = 221+211+98=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD362 is #222C9D. Grayscale: #C9C9C9. Windows color (decimal): -2239646 or 6476765. OLE color: 6476765.

HSL color Cylindrical-coordinate representation of color #DDD362: hue angle of 55.12º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDD362 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 98 -
CMYK 0 0.05 0.56 0.13
HSL 55.12º 0.64% 0.63% -
HSV(B) 55.12º 0.56% 0.87% -
XYZ 55.32 62.84 20.77 -
YUV 201.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 221 211 98 0 0.05 0.56 0.13 55.12 0.64 0.63
Hex DD D3 62 0 5 38 D 37 40 3F
Octal 335 323 142 0 5 70 15 67 100 77
Binary 11011101 11010011 1100010 0 101 111000 1101 110111 1000000 111111

Color Harmonies of #DDD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD362

Black with #DDD362

Text Example


Text Example

White with #DDD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD362; }

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

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

background-color css

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

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

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

border-color css

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

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

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