Html Css Color HEX #DCCE5F Manz

📋 copy color: '#DCCE5F'

red 220 ◦ green 206 ◦ blue 95

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

Shades of Manz #DCCE5F

Tints of Manz #DCCE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.23%

R = 42.23%
G = 39.54%
B = 18.23%

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

#DCCE5F (or 0xDCCE5F) is known color: Manz. HEX triplet: DC, CE and 5F. RGB value is (220,206,95). Sum of RGB (Red+Green+Blue) = 220+206+95=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE5F is #2331A0. Grayscale: #C5C5C5. Windows color (decimal): -2306465 or 6278876. OLE color: 6278876.

HSL color Cylindrical-coordinate representation of color #DCCE5F: hue angle of 53.28º 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 #DCCE5F is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 206 95 -
CMYK 0 0.06 0.57 0.14
HSL 53.28º 0.64% 0.62% -
HSV(B) 53.28º 0.57% 0.86% -
XYZ 53.65 60.18 19.62 -
YUV 197.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 220 206 95 0 0.06 0.57 0.14 53.28 0.64 0.62
Hex DC CE 5F 0 6 39 E 35 40 3E
Octal 334 316 137 0 6 71 16 65 100 76
Binary 11011100 11001110 1011111 0 110 111001 1110 110101 1000000 111110

Color Harmonies of #DCCE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE5F

Black with #DCCE5F

Text Example


Text Example

White with #DCCE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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