Html Css Color HEX #DBCD57 Manz

📋 copy color: '#DBCD57'

red 219 ◦ green 205 ◦ blue 87

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

Shades of Manz #DBCD57

Tints of Manz #DBCD57

RGB

 RED value IS 219 (85.94% from 255) = 42.86%

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

 BLUE value IS 87 (34.38% from 255) = 17.03%

R = 42.86%
G = 40.12%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBCD57 (or 0xDBCD57) is known color: Manz. HEX triplet: DB, CD and 57. RGB value is (219,205,87). Sum of RGB (Red+Green+Blue) = 219+205+87=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD57 is #2432A8. Grayscale: #C4C4C4. Windows color (decimal): -2372265 or 5754331. OLE color: 5754331.

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

Color convert

RGB 219 205 87 -
CMYK 0 0.06 0.60 0.14
HSL 53.64º 0.65% 0.6% -
HSV(B) 53.64º 0.6% 0.86% -
XYZ 52.77 59.41 17.7 -
YUV 195.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 219 205 87 0 0.06 0.60 0.14 53.64 0.65 0.6
Hex DB CD 57 0 6 3C E 36 41 3C
Octal 333 315 127 0 6 74 16 66 101 74
Binary 11011011 11001101 1010111 0 110 111100 1110 110110 1000001 111100

Color Harmonies of #DBCD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD57

Black with #DBCD57

Text Example


Text Example

White with #DBCD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD57; }

 p { color: rgb(219,205,87); }

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

background-color css

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

 a { background-color: rgb(219,205,87); }

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

border-color css

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

 span { border-color: rgb(219,205,87); }

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