Html Css Color HEX #DCCE5E Manz

📋 copy color: '#DCCE5E'

red 220 ◦ green 206 ◦ blue 94

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

Shades of Manz #DCCE5E

Tints of Manz #DCCE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 42.31%
G = 39.62%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCCE5E (or 0xDCCE5E) is known color: Manz. HEX triplet: DC, CE and 5E. RGB value is (220,206,94). Sum of RGB (Red+Green+Blue) = 220+206+94=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE5E is #2331A1. Grayscale: #C5C5C5. Windows color (decimal): -2306466 or 6213340. OLE color: 6213340.

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

Color convert

RGB 220 206 94 -
CMYK 0 0.06 0.57 0.14
HSL 53.33º 0.64% 0.62% -
HSV(B) 53.33º 0.57% 0.86% -
XYZ 53.61 60.17 19.38 -
YUV 197.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 220 206 94 0 0.06 0.57 0.14 53.33 0.64 0.62
Hex DC CE 5E 0 6 39 E 35 40 3E
Octal 334 316 136 0 6 71 16 65 100 76
Binary 11011100 11001110 1011110 0 110 111001 1110 110101 1000000 111110

Color Harmonies of #DCCE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE5E

Black with #DCCE5E

Text Example


Text Example

White with #DCCE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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