Html Css Color HEX #DBC165 Chenin

📋 copy color: '#DBC165'

red 219 ◦ green 193 ◦ blue 101

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

Shades of Chenin #DBC165

Tints of Chenin #DBC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.62%

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

R = 42.69%
G = 37.62%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBC165 (or 0xDBC165) is known color: Chenin. HEX triplet: DB, C1 and 65. RGB value is (219,193,101). Sum of RGB (Red+Green+Blue) = 219+193+101=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC165 is #243E9A. Grayscale: #BEBEBE. Windows color (decimal): -2375323 or 6668763. OLE color: 6668763.

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

Color convert

RGB 219 193 101 -
CMYK 0 0.12 0.54 0.14
HSL 46.78º 0.62% 0.63% -
HSV(B) 46.78º 0.54% 0.86% -
XYZ 50.63 54.14 20.09 -
YUV 190.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 219 193 101 0 0.12 0.54 0.14 46.78 0.62 0.63
Hex DB C1 65 0 C 36 E 2F 3E 3F
Octal 333 301 145 0 14 66 16 57 76 77
Binary 11011011 11000001 1100101 0 1100 110110 1110 101111 111110 111111

Color Harmonies of #DBC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC165

Black with #DBC165

Text Example


Text Example

White with #DBC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC165; }

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

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

background-color css

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

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

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

border-color css

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

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

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