Html Css Color HEX #DCDB5D Manz

📋 copy color: '#DCDB5D'

red 220 ◦ green 219 ◦ blue 93

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

Shades of Manz #DCDB5D

Tints of Manz #DCDB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.17%

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

R = 41.35%
G = 41.17%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCDB5D (or 0xDCDB5D) is known color: Manz. HEX triplet: DC, DB and 5D. RGB value is (220,219,93). Sum of RGB (Red+Green+Blue) = 220+219+93=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB5D is #2324A2. Grayscale: #CDCDCD. Windows color (decimal): -2303139 or 6151132. OLE color: 6151132.

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

Color convert

RGB 220 219 93 -
CMYK 0 0.00 0.58 0.14
HSL 59.53º 0.64% 0.61% -
HSV(B) 59.53º 0.58% 0.86% -
XYZ 56.82 66.67 20.23 -
YUV 204.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 220 219 93 0 0.00 0.58 0.14 59.53 0.64 0.61
Hex DC DB 5D 0 0 3A E 3C 40 3D
Octal 334 333 135 0 0 72 16 74 100 75
Binary 11011100 11011011 1011101 0 0 111010 1110 111100 1000000 111101

Color Harmonies of #DCDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB5D

Black with #DCDB5D

Text Example


Text Example

White with #DCDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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