Html Css Color HEX #DCCE5D Manz

📋 copy color: '#DCCE5D'

red 220 ◦ green 206 ◦ blue 93

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

Shades of Manz #DCCE5D

Tints of Manz #DCCE5D

RGB

 RED value IS 220 (86.33% from 255) = 42.39%

 GREEN value IS 206 (80.86% from 255) = 39.69%

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

R = 42.39%
G = 39.69%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCCE5D (or 0xDCCE5D) is known color: Manz. HEX triplet: DC, CE and 5D. RGB value is (220,206,93). Sum of RGB (Red+Green+Blue) = 220+206+93=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE5D is #2331A2. Grayscale: #C5C5C5. Windows color (decimal): -2306467 or 6147804. OLE color: 6147804.

HSL color Cylindrical-coordinate representation of color #DCCE5D: hue angle of 53.39º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCCE5D is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 206 93 -
CMYK 0 0.06 0.58 0.14
HSL 53.39º 0.64% 0.61% -
HSV(B) 53.39º 0.58% 0.86% -
XYZ 53.56 60.15 19.14 -
YUV 197.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 220 206 93 0 0.06 0.58 0.14 53.39 0.64 0.61
Hex DC CE 5D 0 6 3A E 35 40 3D
Octal 334 316 135 0 6 72 16 65 100 75
Binary 11011100 11001110 1011101 0 110 111010 1110 110101 1000000 111101

Color Harmonies of #DCCE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE5D

Black with #DCCE5D

Text Example


Text Example

White with #DCCE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE5D; }

 p { color: rgb(220,206,93); }

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

background-color css

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

 a { background-color: rgb(220,206,93); }

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

border-color css

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

 span { border-color: rgb(220,206,93); }

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