Html Css Color HEX #D6C866 Chenin

📋 copy color: '#D6C866'

red 214 ◦ green 200 ◦ blue 102

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

Shades of Chenin #D6C866

Tints of Chenin #D6C866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.76%

 BLUE value IS 102 (40.23% from 255) = 19.77%

R = 41.47%
G = 38.76%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6C866 (or 0xD6C866) is known color: Chenin. HEX triplet: D6, C8 and 66. RGB value is (214,200,102). Sum of RGB (Red+Green+Blue) = 214+200+102=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C866 is #293799. Grayscale: #C1C1C1. Windows color (decimal): -2701210 or 6736086. OLE color: 6736086.

HSL color Cylindrical-coordinate representation of color #D6C866: hue angle of 52.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6C866 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 102 -
CMYK 0 0.07 0.52 0.16
HSL 52.5º 0.58% 0.62% -
HSV(B) 52.5º 0.52% 0.84% -
XYZ 50.78 56.56 20.81 -
YUV 193.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 214 200 102 0 0.07 0.52 0.16 52.5 0.58 0.62
Hex D6 C8 66 0 7 34 10 34 3A 3E
Octal 326 310 146 0 7 64 20 64 72 76
Binary 11010110 11001000 1100110 0 111 110100 10000 110100 111010 111110

Color Harmonies of #D6C866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C866

Black with #D6C866

Text Example


Text Example

White with #D6C866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C866; }

 p { color: rgb(214,200,102); }

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

background-color css

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

 a { background-color: rgb(214,200,102); }

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

border-color css

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

 span { border-color: rgb(214,200,102); }

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