Html Css Color HEX #DBC56F Chenin

📋 copy color: '#DBC56F'

red 219 ◦ green 197 ◦ blue 111

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

Shades of Chenin #DBC56F

Tints of Chenin #DBC56F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.38%

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

R = 41.56%
G = 37.38%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBC56F (or 0xDBC56F) is known color: Chenin. HEX triplet: DB, C5 and 6F. RGB value is (219,197,111). Sum of RGB (Red+Green+Blue) = 219+197+111=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC56F is #243A90. Grayscale: #C2C2C2. Windows color (decimal): -2374289 or 7325147. OLE color: 7325147.

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

Color convert

RGB 219 197 111 -
CMYK 0 0.10 0.49 0.14
HSL 47.78º 0.6% 0.65% -
HSV(B) 47.78º 0.49% 0.86% -
XYZ 52.05 56.14 23.13 -
YUV 193.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 219 197 111 0 0.10 0.49 0.14 47.78 0.6 0.65
Hex DB C5 6F 0 A 31 E 30 3C 41
Octal 333 305 157 0 12 61 16 60 74 101
Binary 11011011 11000101 1101111 0 1010 110001 1110 110000 111100 1000001

Color Harmonies of #DBC56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC56F

Black with #DBC56F

Text Example


Text Example

White with #DBC56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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