Html Css Color HEX #DED75D Manz

📋 copy color: '#DED75D'

red 222 ◦ green 215 ◦ blue 93

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

Shades of Manz #DED75D

Tints of Manz #DED75D

RGB

 RED value IS 222 (87.11% from 255) = 41.89%

 GREEN value IS 215 (84.38% from 255) = 40.57%

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 41.89%
G = 40.57%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DED75D (or 0xDED75D) is known color: Manz. HEX triplet: DE, D7 and 5D. RGB value is (222,215,93). Sum of RGB (Red+Green+Blue) = 222+215+93=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DED75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED75D is #2128A2. Grayscale: #CBCBCB. Windows color (decimal): -2173091 or 6150110. OLE color: 6150110.

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

Color convert

RGB 222 215 93 -
CMYK 0 0.03 0.58 0.13
HSL 56.74º 0.66% 0.62% -
HSV(B) 56.74º 0.58% 0.87% -
XYZ 56.4 64.92 19.91 -
YUV 203.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 222 215 93 0 0.03 0.58 0.13 56.74 0.66 0.62
Hex DE D7 5D 0 3 3A D 39 42 3E
Octal 336 327 135 0 3 72 15 71 102 76
Binary 11011110 11010111 1011101 0 11 111010 1101 111001 1000010 111110

Color Harmonies of #DED75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED75D

Black with #DED75D

Text Example


Text Example

White with #DED75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED75D; }

 p { color: rgb(222,215,93); }

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

background-color css

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

 a { background-color: rgb(222,215,93); }

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

border-color css

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

 span { border-color: rgb(222,215,93); }

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