Html Css Color HEX #DDD454 Manz

📋 copy color: '#DDD454'

red 221 ◦ green 212 ◦ blue 84

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

Shades of Manz #DDD454

Tints of Manz #DDD454

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

 BLUE value IS 84 (33.2% from 255) = 16.25%

R = 42.75%
G = 41.01%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDD454 (or 0xDDD454) is known color: Manz. HEX triplet: DD, D4 and 54. RGB value is (221,212,84). Sum of RGB (Red+Green+Blue) = 221+212+84=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD454 is #222BAB. Grayscale: #C8C8C8. Windows color (decimal): -2239404 or 5559517. OLE color: 5559517.

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

Color convert

RGB 221 212 84 -
CMYK 0 0.04 0.62 0.13
HSL 56.06º 0.67% 0.6% -
HSV(B) 56.06º 0.62% 0.87% -
XYZ 54.96 63.1 17.67 -
YUV 200.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 221 212 84 0 0.04 0.62 0.13 56.06 0.67 0.6
Hex DD D4 54 0 4 3E D 38 43 3C
Octal 335 324 124 0 4 76 15 70 103 74
Binary 11011101 11010100 1010100 0 100 111110 1101 111000 1000011 111100

Color Harmonies of #DDD454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD454

Black with #DDD454

Text Example


Text Example

White with #DDD454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD454; }

 p { color: rgb(221,212,84); }

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

background-color css

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

 a { background-color: rgb(221,212,84); }

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

border-color css

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

 span { border-color: rgb(221,212,84); }

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