Html Css Color HEX #D7B974 Chenin

📋 copy color: '#D7B974'

red 215 ◦ green 185 ◦ blue 116

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

Shades of Chenin #D7B974

Tints of Chenin #D7B974

RGB

 RED value IS 215 (84.38% from 255) = 41.67%

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

 BLUE value IS 116 (45.7% from 255) = 22.48%

R = 41.67%
G = 35.85%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7B974 (or 0xD7B974) is known color: Chenin. HEX triplet: D7, B9 and 74. RGB value is (215,185,116). Sum of RGB (Red+Green+Blue) = 215+185+116=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B974 is #28468B. Grayscale: #BABABA. Windows color (decimal): -2639500 or 7649751. OLE color: 7649751.

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

Color convert

RGB 215 185 116 -
CMYK 0 0.14 0.46 0.16
HSL 41.82º 0.55% 0.65% -
HSV(B) 41.82º 0.46% 0.84% -
XYZ 48.53 50.41 23.69 -
YUV 186.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 215 185 116 0 0.14 0.46 0.16 41.82 0.55 0.65
Hex D7 B9 74 0 E 2E 10 2A 37 41
Octal 327 271 164 0 16 56 20 52 67 101
Binary 11010111 10111001 1110100 0 1110 101110 10000 101010 110111 1000001

Color Harmonies of #D7B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B974

Black with #D7B974

Text Example


Text Example

White with #D7B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B974; }

 p { color: rgb(215,185,116); }

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

background-color css

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

 a { background-color: rgb(215,185,116); }

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

border-color css

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

 span { border-color: rgb(215,185,116); }

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