Html Css Color HEX #D9BB75 Chenin

📋 copy color: '#D9BB75'

red 217 ◦ green 187 ◦ blue 117

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

Shades of Chenin #D9BB75

Tints of Chenin #D9BB75

RGB

 RED value IS 217 (85.16% from 255) = 41.65%

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

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

R = 41.65%
G = 35.89%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9BB75 (or 0xD9BB75) is known color: Chenin. HEX triplet: D9, BB and 75. RGB value is (217,187,117). Sum of RGB (Red+Green+Blue) = 217+187+117=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BB75 is #26448A. Grayscale: #BCBCBC. Windows color (decimal): -2507915 or 7715801. OLE color: 7715801.

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

Color convert

RGB 217 187 117 -
CMYK 0 0.14 0.46 0.15
HSL 42º 0.57% 0.65% -
HSV(B) 42º 0.46% 0.85% -
XYZ 49.6 51.58 24.17 -
YUV 187.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 217 187 117 0 0.14 0.46 0.15 42 0.57 0.65
Hex D9 BB 75 0 E 2E F 2A 39 41
Octal 331 273 165 0 16 56 17 52 71 101
Binary 11011001 10111011 1110101 0 1110 101110 1111 101010 111001 1000001

Color Harmonies of #D9BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BB75

Black with #D9BB75

Text Example


Text Example

White with #D9BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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