Html Css Color HEX #DBC673 Chenin

📋 copy color: '#DBC673'

red 219 ◦ green 198 ◦ blue 115

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

Shades of Chenin #DBC673

Tints of Chenin #DBC673

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

 BLUE value IS 115 (45.31% from 255) = 21.62%

R = 41.17%
G = 37.22%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC673 (or 0xDBC673) is known color: Chenin. HEX triplet: DB, C6 and 73. RGB value is (219,198,115). Sum of RGB (Red+Green+Blue) = 219+198+115=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC673 is #24398C. Grayscale: #C3C3C3. Windows color (decimal): -2374029 or 7587547. OLE color: 7587547.

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

Color convert

RGB 219 198 115 -
CMYK 0 0.10 0.47 0.14
HSL 47.88º 0.59% 0.65% -
HSV(B) 47.88º 0.47% 0.86% -
XYZ 52.5 56.69 24.39 -
YUV 194.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 219 198 115 0 0.10 0.47 0.14 47.88 0.59 0.65
Hex DB C6 73 0 A 2F E 30 3B 41
Octal 333 306 163 0 12 57 16 60 73 101
Binary 11011011 11000110 1110011 0 1010 101111 1110 110000 111011 1000001

Color Harmonies of #DBC673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC673

Black with #DBC673

Text Example


Text Example

White with #DBC673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC673; }

 p { color: rgb(219,198,115); }

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

background-color css

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

 a { background-color: rgb(219,198,115); }

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

border-color css

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

 span { border-color: rgb(219,198,115); }

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