Html Css Color HEX #DBC175 Chenin

📋 copy color: '#DBC175'

red 219 ◦ green 193 ◦ blue 117

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

Shades of Chenin #DBC175

Tints of Chenin #DBC175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 41.4%
G = 36.48%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC175 (or 0xDBC175) is known color: Chenin. HEX triplet: DB, C1 and 75. RGB value is (219,193,117). Sum of RGB (Red+Green+Blue) = 219+193+117=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC175 is #243E8A. Grayscale: #C0C0C0. Windows color (decimal): -2375307 or 7717339. OLE color: 7717339.

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

Color convert

RGB 219 193 117 -
CMYK 0 0.12 0.47 0.14
HSL 44.71º 0.59% 0.66% -
HSV(B) 44.71º 0.47% 0.86% -
XYZ 51.49 54.48 24.63 -
YUV 192.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 219 193 117 0 0.12 0.47 0.14 44.71 0.59 0.66
Hex DB C1 75 0 C 2F E 2D 3B 42
Octal 333 301 165 0 14 57 16 55 73 102
Binary 11011011 11000001 1110101 0 1100 101111 1110 101101 111011 1000010

Color Harmonies of #DBC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC175

Black with #DBC175

Text Example


Text Example

White with #DBC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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