Html Css Color HEX #D6C972 Chenin

📋 copy color: '#D6C972'

red 214 ◦ green 201 ◦ blue 114

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

Shades of Chenin #D6C972

Tints of Chenin #D6C972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 40.45%
G = 38%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6C972 (or 0xD6C972) is known color: Chenin. HEX triplet: D6, C9 and 72. RGB value is (214,201,114). Sum of RGB (Red+Green+Blue) = 214+201+114=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C972 is #29368D. Grayscale: #C3C3C3. Windows color (decimal): -2700942 or 7522774. OLE color: 7522774.

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

Color convert

RGB 214 201 114 -
CMYK 0 0.06 0.47 0.16
HSL 52.2º 0.55% 0.64% -
HSV(B) 52.2º 0.47% 0.84% -
XYZ 51.66 57.28 24.25 -
YUV 194.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 214 201 114 0 0.06 0.47 0.16 52.2 0.55 0.64
Hex D6 C9 72 0 6 2F 10 34 37 40
Octal 326 311 162 0 6 57 20 64 67 100
Binary 11010110 11001001 1110010 0 110 101111 10000 110100 110111 1000000

Color Harmonies of #D6C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C972

Black with #D6C972

Text Example


Text Example

White with #D6C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C972; }

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

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

background-color css

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

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

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

border-color css

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

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

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