Html Css Color HEX #DBD65C Manz

📋 copy color: '#DBD65C'

red 219 ◦ green 214 ◦ blue 92

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

Shades of Manz #DBD65C

Tints of Manz #DBD65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.52%

R = 41.71%
G = 40.76%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBD65C (or 0xDBD65C) is known color: Manz. HEX triplet: DB, D6 and 5C. RGB value is (219,214,92). Sum of RGB (Red+Green+Blue) = 219+214+92=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD65C is #2429A3. Grayscale: #CACACA. Windows color (decimal): -2369956 or 6084315. OLE color: 6084315.

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

Color convert

RGB 219 214 92 -
CMYK 0 0.02 0.58 0.14
HSL 57.64º 0.64% 0.61% -
HSV(B) 57.64º 0.58% 0.86% -
XYZ 55.19 63.93 19.56 -
YUV 201.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 219 214 92 0 0.02 0.58 0.14 57.64 0.64 0.61
Hex DB D6 5C 0 2 3A E 3A 40 3D
Octal 333 326 134 0 2 72 16 72 100 75
Binary 11011011 11010110 1011100 0 10 111010 1110 111010 1000000 111101

Color Harmonies of #DBD65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD65C

Black with #DBD65C

Text Example


Text Example

White with #DBD65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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