Html Css Color HEX #D6CA6E Chenin

📋 copy color: '#D6CA6E'

red 214 ◦ green 202 ◦ blue 110

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

Shades of Chenin #D6CA6E

Tints of Chenin #D6CA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.91%

R = 40.68%
G = 38.4%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6CA6E (or 0xD6CA6E) is known color: Chenin. HEX triplet: D6, CA and 6E. RGB value is (214,202,110). Sum of RGB (Red+Green+Blue) = 214+202+110=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA6E is #293591. Grayscale: #C3C3C3. Windows color (decimal): -2700690 or 7260886. OLE color: 7260886.

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

Color convert

RGB 214 202 110 -
CMYK 0 0.06 0.49 0.16
HSL 53.08º 0.56% 0.64% -
HSV(B) 53.08º 0.49% 0.84% -
XYZ 51.67 57.66 23.16 -
YUV 195.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 214 202 110 0 0.06 0.49 0.16 53.08 0.56 0.64
Hex D6 CA 6E 0 6 31 10 35 38 40
Octal 326 312 156 0 6 61 20 65 70 100
Binary 11010110 11001010 1101110 0 110 110001 10000 110101 111000 1000000

Color Harmonies of #D6CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA6E

Black with #D6CA6E

Text Example


Text Example

White with #D6CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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