Html Css Color HEX #DBC070 Chenin

📋 copy color: '#DBC070'

red 219 ◦ green 192 ◦ blue 112

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

Shades of Chenin #DBC070

Tints of Chenin #DBC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.71%

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

R = 41.87%
G = 36.71%
B = 21.41%

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

#DBC070 (or 0xDBC070) is known color: Chenin. HEX triplet: DB, C0 and 70. RGB value is (219,192,112). Sum of RGB (Red+Green+Blue) = 219+192+112=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC070 is #243F8F. Grayscale: #BFBFBF. Windows color (decimal): -2375568 or 7389403. OLE color: 7389403.

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

Color convert

RGB 219 192 112 -
CMYK 0 0.12 0.49 0.14
HSL 44.86º 0.6% 0.65% -
HSV(B) 44.86º 0.49% 0.86% -
XYZ 50.99 53.93 23.05 -
YUV 190.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 219 192 112 0 0.12 0.49 0.14 44.86 0.6 0.65
Hex DB C0 70 0 C 31 E 2D 3C 41
Octal 333 300 160 0 14 61 16 55 74 101
Binary 11011011 11000000 1110000 0 1100 110001 1110 101101 111100 1000001

Color Harmonies of #DBC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC070

Black with #DBC070

Text Example


Text Example

White with #DBC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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