Html Css Color HEX #DBCF59 Manz

📋 copy color: '#DBCF59'

red 219 ◦ green 207 ◦ blue 89

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

Shades of Manz #DBCF59

Tints of Manz #DBCF59

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.19%

 BLUE value IS 89 (35.16% from 255) = 17.28%

R = 42.52%
G = 40.19%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBCF59 (or 0xDBCF59) is known color: Manz. HEX triplet: DB, CF and 59. RGB value is (219,207,89). Sum of RGB (Red+Green+Blue) = 219+207+89=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF59 is #2430A6. Grayscale: #C5C5C5. Windows color (decimal): -2371751 or 5885915. OLE color: 5885915.

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

Color convert

RGB 219 207 89 -
CMYK 0 0.05 0.59 0.14
HSL 54.46º 0.64% 0.6% -
HSV(B) 54.46º 0.59% 0.86% -
XYZ 53.33 60.41 18.3 -
YUV 197.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 219 207 89 0 0.05 0.59 0.14 54.46 0.64 0.6
Hex DB CF 59 0 5 3B E 36 40 3C
Octal 333 317 131 0 5 73 16 66 100 74
Binary 11011011 11001111 1011001 0 101 111011 1110 110110 1000000 111100

Color Harmonies of #DBCF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF59

Black with #DBCF59

Text Example


Text Example

White with #DBCF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF59; }

 p { color: rgb(219,207,89); }

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

background-color css

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

 a { background-color: rgb(219,207,89); }

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

border-color css

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

 span { border-color: rgb(219,207,89); }

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