Html Css Color HEX #D5BB75 Chenin

📋 copy color: '#D5BB75'

red 213 ◦ green 187 ◦ blue 117

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

Shades of Chenin #D5BB75

Tints of Chenin #D5BB75

RGB

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

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

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

R = 41.2%
G = 36.17%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5BB75 (or 0xD5BB75) is known color: Chenin. HEX triplet: D5, BB and 75. RGB value is (213,187,117). Sum of RGB (Red+Green+Blue) = 213+187+117=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB75 is #2A448A. Grayscale: #BBBBBB. Windows color (decimal): -2770059 or 7715797. OLE color: 7715797.

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

Color convert

RGB 213 187 117 -
CMYK 0 0.12 0.45 0.16
HSL 43.75º 0.53% 0.65% -
HSV(B) 43.75º 0.45% 0.84% -
XYZ 48.42 50.97 24.12 -
YUV 186.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 213 187 117 0 0.12 0.45 0.16 43.75 0.53 0.65
Hex D5 BB 75 0 C 2D 10 2C 35 41
Octal 325 273 165 0 14 55 20 54 65 101
Binary 11010101 10111011 1110101 0 1100 101101 10000 101100 110101 1000001

Color Harmonies of #D5BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB75

Black with #D5BB75

Text Example


Text Example

White with #D5BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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