Html Css Color HEX #D6C76E Chenin

📋 copy color: '#D6C76E'

red 214 ◦ green 199 ◦ blue 110

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

Shades of Chenin #D6C76E

Tints of Chenin #D6C76E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

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

R = 40.92%
G = 38.05%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6C76E (or 0xD6C76E) is known color: Chenin. HEX triplet: D6, C7 and 6E. RGB value is (214,199,110). Sum of RGB (Red+Green+Blue) = 214+199+110=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C76E is #293891. Grayscale: #C1C1C1. Windows color (decimal): -2701458 or 7260118. OLE color: 7260118.

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

Color convert

RGB 214 199 110 -
CMYK 0 0.07 0.49 0.16
HSL 51.35º 0.56% 0.64% -
HSV(B) 51.35º 0.49% 0.84% -
XYZ 50.97 56.27 22.93 -
YUV 193.34 80.97 142.74 -
System Red Green Blue C M Y K H S L
Decimal 214 199 110 0 0.07 0.49 0.16 51.35 0.56 0.64
Hex D6 C7 6E 0 7 31 10 33 38 40
Octal 326 307 156 0 7 61 20 63 70 100
Binary 11010110 11000111 1101110 0 111 110001 10000 110011 111000 1000000

Color Harmonies of #D6C76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C76E

Black with #D6C76E

Text Example


Text Example

White with #D6C76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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