Html Css Color HEX #D6C668 Chenin

📋 copy color: '#D6C668'

red 214 ◦ green 198 ◦ blue 104

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

Shades of Chenin #D6C668

Tints of Chenin #D6C668

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.37%

 BLUE value IS 104 (41.02% from 255) = 20.16%

R = 41.47%
G = 38.37%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6C668 (or 0xD6C668) is known color: Chenin. HEX triplet: D6, C6 and 68. RGB value is (214,198,104). Sum of RGB (Red+Green+Blue) = 214+198+104=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C668 is #293997. Grayscale: #C0C0C0. Windows color (decimal): -2701720 or 6866646. OLE color: 6866646.

HSL color Cylindrical-coordinate representation of color #D6C668: hue angle of 51.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6C668 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 104 -
CMYK 0 0.07 0.51 0.16
HSL 51.27º 0.57% 0.62% -
HSV(B) 51.27º 0.51% 0.84% -
XYZ 50.42 55.68 21.19 -
YUV 192.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 214 198 104 0 0.07 0.51 0.16 51.27 0.57 0.62
Hex D6 C6 68 0 7 33 10 33 39 3E
Octal 326 306 150 0 7 63 20 63 71 76
Binary 11010110 11000110 1101000 0 111 110011 10000 110011 111001 111110

Color Harmonies of #D6C668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C668

Black with #D6C668

Text Example


Text Example

White with #D6C668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C668; }

 p { color: rgb(214,198,104); }

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

background-color css

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

 a { background-color: rgb(214,198,104); }

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

border-color css

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

 span { border-color: rgb(214,198,104); }

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