Html Css Color HEX #D6B975 Chenin

📋 copy color: '#D6B975'

red 214 ◦ green 185 ◦ blue 117

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

Shades of Chenin #D6B975

Tints of Chenin #D6B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

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

R = 41.47%
G = 35.85%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6B975 (or 0xD6B975) is known color: Chenin. HEX triplet: D6, B9 and 75. RGB value is (214,185,117). Sum of RGB (Red+Green+Blue) = 214+185+117=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B975 is #29468A. Grayscale: #BABABA. Windows color (decimal): -2705035 or 7715286. OLE color: 7715286.

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

Color convert

RGB 214 185 117 -
CMYK 0 0.14 0.45 0.16
HSL 42.06º 0.54% 0.65% -
HSV(B) 42.06º 0.45% 0.84% -
XYZ 48.29 50.28 23.99 -
YUV 185.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 214 185 117 0 0.14 0.45 0.16 42.06 0.54 0.65
Hex D6 B9 75 0 E 2D 10 2A 36 41
Octal 326 271 165 0 16 55 20 52 66 101
Binary 11010110 10111001 1110101 0 1110 101101 10000 101010 110110 1000001

Color Harmonies of #D6B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B975

Black with #D6B975

Text Example


Text Example

White with #D6B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B975; }

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

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

background-color css

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

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

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

border-color css

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

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

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