Html Css Color HEX #D6C371 Chenin

📋 copy color: '#D6C371'

red 214 ◦ green 195 ◦ blue 113

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

Shades of Chenin #D6C371

Tints of Chenin #D6C371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.65%

R = 41%
G = 37.36%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6C371 (or 0xD6C371) is known color: Chenin. HEX triplet: D6, C3 and 71. RGB value is (214,195,113). Sum of RGB (Red+Green+Blue) = 214+195+113=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C371 is #293C8E. Grayscale: #BFBFBF. Windows color (decimal): -2702479 or 7455702. OLE color: 7455702.

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

Color convert

RGB 214 195 113 -
CMYK 0 0.09 0.47 0.16
HSL 48.71º 0.55% 0.64% -
HSV(B) 48.71º 0.47% 0.84% -
XYZ 50.23 54.52 23.5 -
YUV 191.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 214 195 113 0 0.09 0.47 0.16 48.71 0.55 0.64
Hex D6 C3 71 0 9 2F 10 31 37 40
Octal 326 303 161 0 11 57 20 61 67 100
Binary 11010110 11000011 1110001 0 1001 101111 10000 110001 110111 1000000

Color Harmonies of #D6C371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C371

Black with #D6C371

Text Example


Text Example

White with #D6C371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C371; }

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

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

background-color css

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

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

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

border-color css

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

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

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