Html Css Color HEX #D6CA72 Chenin

📋 copy color: '#D6CA72'

red 214 ◦ green 202 ◦ blue 114

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

Shades of Chenin #D6CA72

Tints of Chenin #D6CA72

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.11%

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

R = 40.38%
G = 38.11%
B = 21.51%

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

#D6CA72 (or 0xD6CA72) is known color: Chenin. HEX triplet: D6, CA and 72. RGB value is (214,202,114). Sum of RGB (Red+Green+Blue) = 214+202+114=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA72 is #29358D. Grayscale: #C3C3C3. Windows color (decimal): -2700686 or 7523030. OLE color: 7523030.

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

Color convert

RGB 214 202 114 -
CMYK 0 0.06 0.47 0.16
HSL 52.8º 0.55% 0.64% -
HSV(B) 52.8º 0.47% 0.84% -
XYZ 51.89 57.75 24.33 -
YUV 195.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 214 202 114 0 0.06 0.47 0.16 52.8 0.55 0.64
Hex D6 CA 72 0 6 2F 10 35 37 40
Octal 326 312 162 0 6 57 20 65 67 100
Binary 11010110 11001010 1110010 0 110 101111 10000 110101 110111 1000000

Color Harmonies of #D6CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA72

Black with #D6CA72

Text Example


Text Example

White with #D6CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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