Html Css Color HEX #D6C36D Chenin

📋 copy color: '#D6C36D'

red 214 ◦ green 195 ◦ blue 109

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

Shades of Chenin #D6C36D

Tints of Chenin #D6C36D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

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

R = 41.31%
G = 37.64%
B = 21.04%

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

#D6C36D (or 0xD6C36D) is known color: Chenin. HEX triplet: D6, C3 and 6D. RGB value is (214,195,109). Sum of RGB (Red+Green+Blue) = 214+195+109=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C36D is #293C92. Grayscale: #BFBFBF. Windows color (decimal): -2702483 or 7193558. OLE color: 7193558.

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

Color convert

RGB 214 195 109 -
CMYK 0 0.09 0.49 0.16
HSL 49.14º 0.56% 0.63% -
HSV(B) 49.14º 0.49% 0.84% -
XYZ 50.01 54.43 22.34 -
YUV 190.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 214 195 109 0 0.09 0.49 0.16 49.14 0.56 0.63
Hex D6 C3 6D 0 9 31 10 31 38 3F
Octal 326 303 155 0 11 61 20 61 70 77
Binary 11010110 11000011 1101101 0 1001 110001 10000 110001 111000 111111

Color Harmonies of #D6C36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C36D

Black with #D6C36D

Text Example


Text Example

White with #D6C36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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