Html Css Color HEX #DBD54F Manz

📋 copy color: '#DBD54F'

red 219 ◦ green 213 ◦ blue 79

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

Shades of Manz #DBD54F

Tints of Manz #DBD54F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.68%

 BLUE value IS 79 (31.25% from 255) = 15.46%

R = 42.86%
G = 41.68%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBD54F (or 0xDBD54F) is known color: Manz. HEX triplet: DB, D5 and 4F. RGB value is (219,213,79). Sum of RGB (Red+Green+Blue) = 219+213+79=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD54F is #242AB0. Grayscale: #C8C8C8. Windows color (decimal): -2370225 or 5232091. OLE color: 5232091.

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

Color convert

RGB 219 213 79 -
CMYK 0 0.03 0.64 0.14
HSL 57.43º 0.66% 0.58% -
HSV(B) 57.43º 0.64% 0.86% -
XYZ 54.42 63.21 16.73 -
YUV 199.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 219 213 79 0 0.03 0.64 0.14 57.43 0.66 0.58
Hex DB D5 4F 0 3 40 E 39 42 3A
Octal 333 325 117 0 3 100 16 71 102 72
Binary 11011011 11010101 1001111 0 11 1000000 1110 111001 1000010 111010

Color Harmonies of #DBD54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD54F

Black with #DBD54F

Text Example


Text Example

White with #DBD54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD54F; }

 p { color: rgb(219,213,79); }

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

background-color css

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

 a { background-color: rgb(219,213,79); }

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

border-color css

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

 span { border-color: rgb(219,213,79); }

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