Html Css Color HEX #D5B971 Chenin

📋 copy color: '#D5B971'

red 213 ◦ green 185 ◦ blue 113

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

Shades of Chenin #D5B971

Tints of Chenin #D5B971

RGB

 RED value IS 213 (83.59% from 255) = 41.68%

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

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

R = 41.68%
G = 36.2%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5B971 (or 0xD5B971) is known color: Chenin. HEX triplet: D5, B9 and 71. RGB value is (213,185,113). Sum of RGB (Red+Green+Blue) = 213+185+113=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B971 is #2A468E. Grayscale: #B9B9B9. Windows color (decimal): -2770575 or 7453141. OLE color: 7453141.

HSL color Cylindrical-coordinate representation of color #D5B971: hue angle of 43.2º degrees, saturation: 0.54, 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 #D5B971 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 185 113 -
CMYK 0 0.13 0.47 0.16
HSL 43.2º 0.54% 0.64% -
HSV(B) 43.2º 0.47% 0.84% -
XYZ 47.77 50.04 22.76 -
YUV 185.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 213 185 113 0 0.13 0.47 0.16 43.2 0.54 0.64
Hex D5 B9 71 0 D 2F 10 2B 36 40
Octal 325 271 161 0 15 57 20 53 66 100
Binary 11010101 10111001 1110001 0 1101 101111 10000 101011 110110 1000000

Color Harmonies of #D5B971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B971

Black with #D5B971

Text Example


Text Example

White with #D5B971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B971; }

 p { color: rgb(213,185,113); }

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

background-color css

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

 a { background-color: rgb(213,185,113); }

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

border-color css

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

 span { border-color: rgb(213,185,113); }

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