Html Css Color HEX #DBC970 Chenin

📋 copy color: '#DBC970'

red 219 ◦ green 201 ◦ blue 112

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

Shades of Chenin #DBC970

Tints of Chenin #DBC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

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

R = 41.17%
G = 37.78%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBC970 (or 0xDBC970) is known color: Chenin. HEX triplet: DB, C9 and 70. RGB value is (219,201,112). Sum of RGB (Red+Green+Blue) = 219+201+112=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC970 is #24368F. Grayscale: #C4C4C4. Windows color (decimal): -2373264 or 7391707. OLE color: 7391707.

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

Color convert

RGB 219 201 112 -
CMYK 0 0.08 0.49 0.14
HSL 49.91º 0.6% 0.65% -
HSV(B) 49.91º 0.49% 0.86% -
XYZ 53.02 58 23.73 -
YUV 196.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 219 201 112 0 0.08 0.49 0.14 49.91 0.6 0.65
Hex DB C9 70 0 8 31 E 32 3C 41
Octal 333 311 160 0 10 61 16 62 74 101
Binary 11011011 11001001 1110000 0 1000 110001 1110 110010 111100 1000001

Color Harmonies of #DBC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC970

Black with #DBC970

Text Example


Text Example

White with #DBC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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