Html Css Color HEX #DBC170 Chenin

📋 copy color: '#DBC170'

red 219 ◦ green 193 ◦ blue 112

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

Shades of Chenin #DBC170

Tints of Chenin #DBC170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 41.79%
G = 36.83%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBC170 (or 0xDBC170) is known color: Chenin. HEX triplet: DB, C1 and 70. RGB value is (219,193,112). Sum of RGB (Red+Green+Blue) = 219+193+112=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC170 is #243E8F. Grayscale: #BFBFBF. Windows color (decimal): -2375312 or 7389659. OLE color: 7389659.

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

Color convert

RGB 219 193 112 -
CMYK 0 0.12 0.49 0.14
HSL 45.42º 0.6% 0.65% -
HSV(B) 45.42º 0.49% 0.86% -
XYZ 51.21 54.37 23.12 -
YUV 191.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 219 193 112 0 0.12 0.49 0.14 45.42 0.6 0.65
Hex DB C1 70 0 C 31 E 2D 3C 41
Octal 333 301 160 0 14 61 16 55 74 101
Binary 11011011 11000001 1110000 0 1100 110001 1110 101101 111100 1000001

Color Harmonies of #DBC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC170

Black with #DBC170

Text Example


Text Example

White with #DBC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC170; }

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

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

background-color css

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

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

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

border-color css

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

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

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