Html Css Color HEX #DBCE5B Manz

📋 copy color: '#DBCE5B'

red 219 ◦ green 206 ◦ blue 91

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

Shades of Manz #DBCE5B

Tints of Manz #DBCE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.64%

R = 42.44%
G = 39.92%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBCE5B (or 0xDBCE5B) is known color: Manz. HEX triplet: DB, CE and 5B. RGB value is (219,206,91). Sum of RGB (Red+Green+Blue) = 219+206+91=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE5B is #2431A4. Grayscale: #C5C5C5. Windows color (decimal): -2372005 or 6016731. OLE color: 6016731.

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

Color convert

RGB 219 206 91 -
CMYK 0 0.06 0.58 0.14
HSL 53.91º 0.64% 0.61% -
HSV(B) 53.91º 0.58% 0.86% -
XYZ 53.17 59.96 18.67 -
YUV 196.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 219 206 91 0 0.06 0.58 0.14 53.91 0.64 0.61
Hex DB CE 5B 0 6 3A E 36 40 3D
Octal 333 316 133 0 6 72 16 66 100 75
Binary 11011011 11001110 1011011 0 110 111010 1110 110110 1000000 111101

Color Harmonies of #DBCE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE5B

Black with #DBCE5B

Text Example


Text Example

White with #DBCE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE5B; }

 p { color: rgb(219,206,91); }

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

background-color css

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

 a { background-color: rgb(219,206,91); }

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

border-color css

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

 span { border-color: rgb(219,206,91); }

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