Html Css Color HEX #D6C26D Chenin

📋 copy color: '#D6C26D'

red 214 ◦ green 194 ◦ blue 109

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

Shades of Chenin #D6C26D

Tints of Chenin #D6C26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.08%

R = 41.39%
G = 37.52%
B = 21.08%

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

#D6C26D (or 0xD6C26D) is known color: Chenin. HEX triplet: D6, C2 and 6D. RGB value is (214,194,109). Sum of RGB (Red+Green+Blue) = 214+194+109=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C26D is #293D92. Grayscale: #BEBEBE. Windows color (decimal): -2702739 or 7193302. OLE color: 7193302.

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

Color convert

RGB 214 194 109 -
CMYK 0 0.09 0.49 0.16
HSL 48.57º 0.56% 0.63% -
HSV(B) 48.57º 0.49% 0.84% -
XYZ 49.78 53.98 22.26 -
YUV 190.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 214 194 109 0 0.09 0.49 0.16 48.57 0.56 0.63
Hex D6 C2 6D 0 9 31 10 31 38 3F
Octal 326 302 155 0 11 61 20 61 70 77
Binary 11010110 11000010 1101101 0 1001 110001 10000 110001 111000 111111

Color Harmonies of #D6C26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C26D

Black with #D6C26D

Text Example


Text Example

White with #D6C26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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