Html Css Color HEX #DFCD5D Manz

📋 copy color: '#DFCD5D'

red 223 ◦ green 205 ◦ blue 93

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

Shades of Manz #DFCD5D

Tints of Manz #DFCD5D

RGB

 RED value IS 223 (87.5% from 255) = 42.8%

 GREEN value IS 205 (80.47% from 255) = 39.35%

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

R = 42.8%
G = 39.35%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFCD5D (or 0xDFCD5D) is known color: Manz. HEX triplet: DF, CD and 5D. RGB value is (223,205,93). Sum of RGB (Red+Green+Blue) = 223+205+93=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD5D is #2032A2. Grayscale: #C6C6C6. Windows color (decimal): -2110115 or 6147551. OLE color: 6147551.

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

Color convert

RGB 223 205 93 -
CMYK 0 0.08 0.58 0.13
HSL 51.69º 0.67% 0.62% -
HSV(B) 51.69º 0.58% 0.87% -
XYZ 54.24 60.14 19.11 -
YUV 197.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 223 205 93 0 0.08 0.58 0.13 51.69 0.67 0.62
Hex DF CD 5D 0 8 3A D 34 43 3E
Octal 337 315 135 0 10 72 15 64 103 76
Binary 11011111 11001101 1011101 0 1000 111010 1101 110100 1000011 111110

Color Harmonies of #DFCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD5D

Black with #DFCD5D

Text Example


Text Example

White with #DFCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD5D; }

 p { color: rgb(223,205,93); }

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

background-color css

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

 a { background-color: rgb(223,205,93); }

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

border-color css

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

 span { border-color: rgb(223,205,93); }

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