Html Css Color HEX #D6C975 Chenin

📋 copy color: '#D6C975'

red 214 ◦ green 201 ◦ blue 117

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

Shades of Chenin #D6C975

Tints of Chenin #D6C975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 40.23%
G = 37.78%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6C975 (or 0xD6C975) is known color: Chenin. HEX triplet: D6, C9 and 75. RGB value is (214,201,117). Sum of RGB (Red+Green+Blue) = 214+201+117=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C975 is #29368A. Grayscale: #C3C3C3. Windows color (decimal): -2700939 or 7719382. OLE color: 7719382.

HSL color Cylindrical-coordinate representation of color #D6C975: hue angle of 51.96º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6C975 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 117 -
CMYK 0 0.06 0.45 0.16
HSL 51.96º 0.54% 0.65% -
HSV(B) 51.96º 0.45% 0.84% -
XYZ 51.83 57.35 25.17 -
YUV 195.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 214 201 117 0 0.06 0.45 0.16 51.96 0.54 0.65
Hex D6 C9 75 0 6 2D 10 34 36 41
Octal 326 311 165 0 6 55 20 64 66 101
Binary 11010110 11001001 1110101 0 110 101101 10000 110100 110110 1000001

Color Harmonies of #D6C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C975

Black with #D6C975

Text Example


Text Example

White with #D6C975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C975; }

 p { color: rgb(214,201,117); }

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

background-color css

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

 a { background-color: rgb(214,201,117); }

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

border-color css

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

 span { border-color: rgb(214,201,117); }

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