Html Css Color HEX #DBC76F Chenin

📋 copy color: '#DBC76F'

red 219 ◦ green 199 ◦ blue 111

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

Shades of Chenin #DBC76F

Tints of Chenin #DBC76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.62%

 BLUE value IS 111 (43.75% from 255) = 20.98%

R = 41.4%
G = 37.62%
B = 20.98%

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

#DBC76F (or 0xDBC76F) is known color: Chenin. HEX triplet: DB, C7 and 6F. RGB value is (219,199,111). Sum of RGB (Red+Green+Blue) = 219+199+111=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC76F is #243890. Grayscale: #C3C3C3. Windows color (decimal): -2373777 or 7325659. OLE color: 7325659.

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

Color convert

RGB 219 199 111 -
CMYK 0 0.09 0.49 0.14
HSL 48.89º 0.6% 0.65% -
HSV(B) 48.89º 0.49% 0.86% -
XYZ 52.51 57.05 23.28 -
YUV 194.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 219 199 111 0 0.09 0.49 0.14 48.89 0.6 0.65
Hex DB C7 6F 0 9 31 E 31 3C 41
Octal 333 307 157 0 11 61 16 61 74 101
Binary 11011011 11000111 1101111 0 1001 110001 1110 110001 111100 1000001

Color Harmonies of #DBC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC76F

Black with #DBC76F

Text Example


Text Example

White with #DBC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC76F; }

 p { color: rgb(219,199,111); }

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

background-color css

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

 a { background-color: rgb(219,199,111); }

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

border-color css

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

 span { border-color: rgb(219,199,111); }

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