Html Css Color HEX #DBCF61 Manz

📋 copy color: '#DBCF61'

red 219 ◦ green 207 ◦ blue 97

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

Shades of Manz #DBCF61

Tints of Manz #DBCF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.55%

R = 41.87%
G = 39.58%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBCF61 (or 0xDBCF61) is known color: Manz. HEX triplet: DB, CF and 61. RGB value is (219,207,97). Sum of RGB (Red+Green+Blue) = 219+207+97=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF61 is #24309E. Grayscale: #C6C6C6. Windows color (decimal): -2371743 or 6410203. OLE color: 6410203.

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

Color convert

RGB 219 207 97 -
CMYK 0 0.05 0.56 0.14
HSL 54.1º 0.63% 0.62% -
HSV(B) 54.1º 0.56% 0.86% -
XYZ 53.68 60.55 20.17 -
YUV 198.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 219 207 97 0 0.05 0.56 0.14 54.1 0.63 0.62
Hex DB CF 61 0 5 38 E 36 3F 3E
Octal 333 317 141 0 5 70 16 66 77 76
Binary 11011011 11001111 1100001 0 101 111000 1110 110110 111111 111110

Color Harmonies of #DBCF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF61

Black with #DBCF61

Text Example


Text Example

White with #DBCF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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