Html Css Color HEX #DBD64C Manz

📋 copy color: '#DBD64C'

red 219 ◦ green 214 ◦ blue 76

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

Shades of Manz #DBD64C

Tints of Manz #DBD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 76 (30.08% from 255) = 14.93%

R = 43.03%
G = 42.04%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBD64C (or 0xDBD64C) is known color: Manz. HEX triplet: DB, D6 and 4C. RGB value is (219,214,76). Sum of RGB (Red+Green+Blue) = 219+214+76=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD64C is #2429B3. Grayscale: #C8C8C8. Windows color (decimal): -2369972 or 5035739. OLE color: 5035739.

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

Color convert

RGB 219 214 76 -
CMYK 0 0.02 0.65 0.14
HSL 57.9º 0.67% 0.58% -
HSV(B) 57.9º 0.65% 0.86% -
XYZ 54.56 63.68 16.25 -
YUV 199.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 219 214 76 0 0.02 0.65 0.14 57.9 0.67 0.58
Hex DB D6 4C 0 2 41 E 3A 43 3A
Octal 333 326 114 0 2 101 16 72 103 72
Binary 11011011 11010110 1001100 0 10 1000001 1110 111010 1000011 111010

Color Harmonies of #DBD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD64C

Black with #DBD64C

Text Example


Text Example

White with #DBD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD64C; }

 p { color: rgb(219,214,76); }

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

background-color css

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

 a { background-color: rgb(219,214,76); }

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

border-color css

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

 span { border-color: rgb(219,214,76); }

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