Html Css Color HEX #DBCD5A Manz

📋 copy color: '#DBCD5A'

red 219 ◦ green 205 ◦ blue 90

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

Shades of Manz #DBCD5A

Tints of Manz #DBCD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 42.61%
G = 39.88%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBCD5A (or 0xDBCD5A) is known color: Manz. HEX triplet: DB, CD and 5A. RGB value is (219,205,90). Sum of RGB (Red+Green+Blue) = 219+205+90=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD5A is #2432A5. Grayscale: #C4C4C4. Windows color (decimal): -2372262 or 5950939. OLE color: 5950939.

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

Color convert

RGB 219 205 90 -
CMYK 0 0.06 0.59 0.14
HSL 53.49º 0.64% 0.61% -
HSV(B) 53.49º 0.59% 0.86% -
XYZ 52.89 59.46 18.36 -
YUV 196.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 219 205 90 0 0.06 0.59 0.14 53.49 0.64 0.61
Hex DB CD 5A 0 6 3B E 35 40 3D
Octal 333 315 132 0 6 73 16 65 100 75
Binary 11011011 11001101 1011010 0 110 111011 1110 110101 1000000 111101

Color Harmonies of #DBCD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD5A

Black with #DBCD5A

Text Example


Text Example

White with #DBCD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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