Html Css Color HEX #D6C772 Chenin

📋 copy color: '#D6C772'

red 214 ◦ green 199 ◦ blue 114

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

Shades of Chenin #D6C772

Tints of Chenin #D6C772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.76%

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

R = 40.61%
G = 37.76%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6C772 (or 0xD6C772) is known color: Chenin. HEX triplet: D6, C7 and 72. RGB value is (214,199,114). Sum of RGB (Red+Green+Blue) = 214+199+114=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C772 is #29388D. Grayscale: #C2C2C2. Windows color (decimal): -2701454 or 7522262. OLE color: 7522262.

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

Color convert

RGB 214 199 114 -
CMYK 0 0.07 0.47 0.16
HSL 51º 0.55% 0.64% -
HSV(B) 51º 0.47% 0.84% -
XYZ 51.19 56.36 24.1 -
YUV 193.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 214 199 114 0 0.07 0.47 0.16 51 0.55 0.64
Hex D6 C7 72 0 7 2F 10 33 37 40
Octal 326 307 162 0 7 57 20 63 67 100
Binary 11010110 11000111 1110010 0 111 101111 10000 110011 110111 1000000

Color Harmonies of #D6C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C772

Black with #D6C772

Text Example


Text Example

White with #D6C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C772; }

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

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

background-color css

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

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

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

border-color css

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

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

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