Html Css Color HEX #D5BB71 Chenin

📋 copy color: '#D5BB71'

red 213 ◦ green 187 ◦ blue 113

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

Shades of Chenin #D5BB71

Tints of Chenin #D5BB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

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

R = 41.52%
G = 36.45%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5BB71 (or 0xD5BB71) is known color: Chenin. HEX triplet: D5, BB and 71. RGB value is (213,187,113). Sum of RGB (Red+Green+Blue) = 213+187+113=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB71 is #2A448E. Grayscale: #BABABA. Windows color (decimal): -2770063 or 7453653. OLE color: 7453653.

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

Color convert

RGB 213 187 113 -
CMYK 0 0.12 0.47 0.16
HSL 44.4º 0.54% 0.64% -
HSV(B) 44.4º 0.47% 0.84% -
XYZ 48.19 50.88 22.9 -
YUV 186.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 213 187 113 0 0.12 0.47 0.16 44.4 0.54 0.64
Hex D5 BB 71 0 C 2F 10 2C 36 40
Octal 325 273 161 0 14 57 20 54 66 100
Binary 11010101 10111011 1110001 0 1100 101111 10000 101100 110110 1000000

Color Harmonies of #D5BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB71

Black with #D5BB71

Text Example


Text Example

White with #D5BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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