Html Css Color HEX #D8BA75 Chenin

📋 copy color: '#D8BA75'

red 216 ◦ green 186 ◦ blue 117

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

Shades of Chenin #D8BA75

Tints of Chenin #D8BA75

RGB

 RED value IS 216 (84.77% from 255) = 41.62%

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 41.62%
G = 35.84%
B = 22.54%

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

#D8BA75 (or 0xD8BA75) is known color: Chenin. HEX triplet: D8, BA and 75. RGB value is (216,186,117). Sum of RGB (Red+Green+Blue) = 216+186+117=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA75 is #27458A. Grayscale: #BBBBBB. Windows color (decimal): -2573707 or 7715544. OLE color: 7715544.

HSL color Cylindrical-coordinate representation of color #D8BA75: hue angle of 41.82º degrees, saturation: 0.56, 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 #D8BA75 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 117 -
CMYK 0 0.14 0.46 0.15
HSL 41.82º 0.56% 0.65% -
HSV(B) 41.82º 0.46% 0.85% -
XYZ 49.09 51 24.09 -
YUV 187.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 216 186 117 0 0.14 0.46 0.15 41.82 0.56 0.65
Hex D8 BA 75 0 E 2E F 2A 38 41
Octal 330 272 165 0 16 56 17 52 70 101
Binary 11011000 10111010 1110101 0 1110 101110 1111 101010 111000 1000001

Color Harmonies of #D8BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA75

Black with #D8BA75

Text Example


Text Example

White with #D8BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA75; }

 p { color: rgb(216,186,117); }

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

background-color css

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

 a { background-color: rgb(216,186,117); }

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

border-color css

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

 span { border-color: rgb(216,186,117); }

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