Html Css Color HEX #DBC870 Chenin

📋 copy color: '#DBC870'

red 219 ◦ green 200 ◦ blue 112

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

Shades of Chenin #DBC870

Tints of Chenin #DBC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.66%

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

R = 41.24%
G = 37.66%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBC870 (or 0xDBC870) is known color: Chenin. HEX triplet: DB, C8 and 70. RGB value is (219,200,112). Sum of RGB (Red+Green+Blue) = 219+200+112=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC870 is #24378F. Grayscale: #C4C4C4. Windows color (decimal): -2373520 or 7391451. OLE color: 7391451.

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

Color convert

RGB 219 200 112 -
CMYK 0 0.09 0.49 0.14
HSL 49.35º 0.6% 0.65% -
HSV(B) 49.35º 0.49% 0.86% -
XYZ 52.79 57.54 23.65 -
YUV 195.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 219 200 112 0 0.09 0.49 0.14 49.35 0.6 0.65
Hex DB C8 70 0 9 31 E 31 3C 41
Octal 333 310 160 0 11 61 16 61 74 101
Binary 11011011 11001000 1110000 0 1001 110001 1110 110001 111100 1000001

Color Harmonies of #DBC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC870

Black with #DBC870

Text Example


Text Example

White with #DBC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC870; }

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

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

background-color css

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

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

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

border-color css

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

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

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