Html Css Color HEX #D6C16F Chenin

📋 copy color: '#D6C16F'

red 214 ◦ green 193 ◦ blue 111

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

Shades of Chenin #D6C16F

Tints of Chenin #D6C16F

RGB

 RED value IS 214 (83.98% from 255) = 41.31%

 GREEN value IS 193 (75.78% from 255) = 37.26%

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

R = 41.31%
G = 37.26%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6C16F (or 0xD6C16F) is known color: Chenin. HEX triplet: D6, C1 and 6F. RGB value is (214,193,111). Sum of RGB (Red+Green+Blue) = 214+193+111=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C16F is #293E90. Grayscale: #BEBEBE. Windows color (decimal): -2702993 or 7324118. OLE color: 7324118.

HSL color Cylindrical-coordinate representation of color #D6C16F: hue angle of 47.77º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6C16F is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 111 -
CMYK 0 0.10 0.48 0.16
HSL 47.77º 0.56% 0.64% -
HSV(B) 47.77º 0.48% 0.84% -
XYZ 49.67 53.58 22.76 -
YUV 189.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 214 193 111 0 0.10 0.48 0.16 47.77 0.56 0.64
Hex D6 C1 6F 0 A 30 10 30 38 40
Octal 326 301 157 0 12 60 20 60 70 100
Binary 11010110 11000001 1101111 0 1010 110000 10000 110000 111000 1000000

Color Harmonies of #D6C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C16F

Black with #D6C16F

Text Example


Text Example

White with #D6C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C16F; }

 p { color: rgb(214,193,111); }

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

background-color css

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

 a { background-color: rgb(214,193,111); }

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

border-color css

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

 span { border-color: rgb(214,193,111); }

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