Html Css Color HEX #DBB670 Chenin

📋 copy color: '#DBB670'

red 219 ◦ green 182 ◦ blue 112

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

Shades of Chenin #DBB670

Tints of Chenin #DBB670

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.48%

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

R = 42.69%
G = 35.48%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBB670 (or 0xDBB670) is known color: Chenin. HEX triplet: DB, B6 and 70. RGB value is (219,182,112). Sum of RGB (Red+Green+Blue) = 219+182+112=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB670 is #24498F. Grayscale: #B9B9B9. Windows color (decimal): -2378128 or 7386843. OLE color: 7386843.

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

Color convert

RGB 219 182 112 -
CMYK 0 0.17 0.49 0.14
HSL 39.25º 0.6% 0.65% -
HSV(B) 39.25º 0.49% 0.86% -
XYZ 48.87 49.69 22.34 -
YUV 185.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 219 182 112 0 0.17 0.49 0.14 39.25 0.6 0.65
Hex DB B6 70 0 11 31 E 27 3C 41
Octal 333 266 160 0 21 61 16 47 74 101
Binary 11011011 10110110 1110000 0 10001 110001 1110 100111 111100 1000001

Color Harmonies of #DBB670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB670

Black with #DBB670

Text Example


Text Example

White with #DBB670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB670; }

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

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

background-color css

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

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

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

border-color css

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

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

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