Html Css Color HEX #D6C172 Chenin

📋 copy color: '#D6C172'

red 214 ◦ green 193 ◦ blue 114

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

Shades of Chenin #D6C172

Tints of Chenin #D6C172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.88%

R = 41.07%
G = 37.04%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6C172 (or 0xD6C172) is known color: Chenin. HEX triplet: D6, C1 and 72. RGB value is (214,193,114). Sum of RGB (Red+Green+Blue) = 214+193+114=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C172 is #293E8D. Grayscale: #BEBEBE. Windows color (decimal): -2702990 or 7520726. OLE color: 7520726.

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

Color convert

RGB 214 193 114 -
CMYK 0 0.10 0.47 0.16
HSL 47.4º 0.55% 0.64% -
HSV(B) 47.4º 0.47% 0.84% -
XYZ 49.84 53.65 23.65 -
YUV 190.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 214 193 114 0 0.10 0.47 0.16 47.4 0.55 0.64
Hex D6 C1 72 0 A 2F 10 2F 37 40
Octal 326 301 162 0 12 57 20 57 67 100
Binary 11010110 11000001 1110010 0 1010 101111 10000 101111 110111 1000000

Color Harmonies of #D6C172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C172

Black with #D6C172

Text Example


Text Example

White with #D6C172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C172; }

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

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

background-color css

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

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

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

border-color css

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

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

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