Html Css Color HEX #D6C06F Chenin

📋 copy color: '#D6C06F'

red 214 ◦ green 192 ◦ blue 111

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

Shades of Chenin #D6C06F

Tints of Chenin #D6C06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.14%

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

R = 41.39%
G = 37.14%
B = 21.47%

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

#D6C06F (or 0xD6C06F) is known color: Chenin. HEX triplet: D6, C0 and 6F. RGB value is (214,192,111). Sum of RGB (Red+Green+Blue) = 214+192+111=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C06F is #293F90. Grayscale: #BDBDBD. Windows color (decimal): -2703249 or 7323862. OLE color: 7323862.

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

Color convert

RGB 214 192 111 -
CMYK 0 0.10 0.48 0.16
HSL 47.18º 0.56% 0.64% -
HSV(B) 47.18º 0.48% 0.84% -
XYZ 49.45 53.14 22.69 -
YUV 189.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 214 192 111 0 0.10 0.48 0.16 47.18 0.56 0.64
Hex D6 C0 6F 0 A 30 10 2F 38 40
Octal 326 300 157 0 12 60 20 57 70 100
Binary 11010110 11000000 1101111 0 1010 110000 10000 101111 111000 1000000

Color Harmonies of #D6C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C06F

Black with #D6C06F

Text Example


Text Example

White with #D6C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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