Html Css Color HEX #DBC565 Chenin

📋 copy color: '#DBC565'

red 219 ◦ green 197 ◦ blue 101

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

Shades of Chenin #DBC565

Tints of Chenin #DBC565

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.1%

 BLUE value IS 101 (39.84% from 255) = 19.54%

R = 42.36%
G = 38.1%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBC565 (or 0xDBC565) is known color: Chenin. HEX triplet: DB, C5 and 65. RGB value is (219,197,101). Sum of RGB (Red+Green+Blue) = 219+197+101=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC565 is #243A9A. Grayscale: #C1C1C1. Windows color (decimal): -2374299 or 6669787. OLE color: 6669787.

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

Color convert

RGB 219 197 101 -
CMYK 0 0.10 0.54 0.14
HSL 48.81º 0.62% 0.63% -
HSV(B) 48.81º 0.54% 0.86% -
XYZ 51.53 55.93 20.39 -
YUV 192.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 219 197 101 0 0.10 0.54 0.14 48.81 0.62 0.63
Hex DB C5 65 0 A 36 E 31 3E 3F
Octal 333 305 145 0 12 66 16 61 76 77
Binary 11011011 11000101 1100101 0 1010 110110 1110 110001 111110 111111

Color Harmonies of #DBC565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC565

Black with #DBC565

Text Example


Text Example

White with #DBC565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC565; }

 p { color: rgb(219,197,101); }

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

background-color css

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

 a { background-color: rgb(219,197,101); }

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

border-color css

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

 span { border-color: rgb(219,197,101); }

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