Html Css Color HEX #D6C26E Chenin

📋 copy color: '#D6C26E'

red 214 ◦ green 194 ◦ blue 110

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

Shades of Chenin #D6C26E

Tints of Chenin #D6C26E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

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

R = 41.31%
G = 37.45%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6C26E (or 0xD6C26E) is known color: Chenin. HEX triplet: D6, C2 and 6E. RGB value is (214,194,110). Sum of RGB (Red+Green+Blue) = 214+194+110=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C26E is #293D91. Grayscale: #BEBEBE. Windows color (decimal): -2702738 or 7258838. OLE color: 7258838.

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

Color convert

RGB 214 194 110 -
CMYK 0 0.09 0.49 0.16
HSL 48.46º 0.56% 0.64% -
HSV(B) 48.46º 0.49% 0.84% -
XYZ 49.84 54.01 22.55 -
YUV 190.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 214 194 110 0 0.09 0.49 0.16 48.46 0.56 0.64
Hex D6 C2 6E 0 9 31 10 30 38 40
Octal 326 302 156 0 11 61 20 60 70 100
Binary 11010110 11000010 1101110 0 1001 110001 10000 110000 111000 1000000

Color Harmonies of #D6C26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C26E

Black with #D6C26E

Text Example


Text Example

White with #D6C26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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