Html Css Color HEX #D6C06E Chenin

📋 copy color: '#D6C06E'

red 214 ◦ green 192 ◦ blue 110

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

Shades of Chenin #D6C06E

Tints of Chenin #D6C06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

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

R = 41.47%
G = 37.21%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6C06E (or 0xD6C06E) is known color: Chenin. HEX triplet: D6, C0 and 6E. RGB value is (214,192,110). Sum of RGB (Red+Green+Blue) = 214+192+110=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C06E is #293F91. Grayscale: #BDBDBD. Windows color (decimal): -2703250 or 7258326. OLE color: 7258326.

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

Color convert

RGB 214 192 110 -
CMYK 0 0.10 0.49 0.16
HSL 47.31º 0.56% 0.64% -
HSV(B) 47.31º 0.49% 0.84% -
XYZ 49.4 53.12 22.4 -
YUV 189.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 214 192 110 0 0.10 0.49 0.16 47.31 0.56 0.64
Hex D6 C0 6E 0 A 31 10 2F 38 40
Octal 326 300 156 0 12 61 20 57 70 100
Binary 11010110 11000000 1101110 0 1010 110001 10000 101111 111000 1000000

Color Harmonies of #D6C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C06E

Black with #D6C06E

Text Example


Text Example

White with #D6C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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