Html Css Color HEX #D1BC75 Chenin

📋 copy color: '#D1BC75'

red 209 ◦ green 188 ◦ blue 117

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

Shades of Chenin #D1BC75

Tints of Chenin #D1BC75

RGB

 RED value IS 209 (82.03% from 255) = 40.66%

 GREEN value IS 188 (73.83% from 255) = 36.58%

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

R = 40.66%
G = 36.58%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D1BC75 (or 0xD1BC75) is known color: Chenin. HEX triplet: D1, BC and 75. RGB value is (209,188,117). Sum of RGB (Red+Green+Blue) = 209+188+117=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BC75 is #2E438A. Grayscale: #BABABA. Windows color (decimal): -3031947 or 7716049. OLE color: 7716049.

HSL color Cylindrical-coordinate representation of color #D1BC75: hue angle of 46.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1BC75 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 117 -
CMYK 0 0.10 0.44 0.18
HSL 46.3º 0.5% 0.64% -
HSV(B) 46.3º 0.44% 0.82% -
XYZ 47.49 50.81 24.13 -
YUV 186.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 209 188 117 0 0.10 0.44 0.18 46.3 0.5 0.64
Hex D1 BC 75 0 A 2C 12 2E 32 40
Octal 321 274 165 0 12 54 22 56 62 100
Binary 11010001 10111100 1110101 0 1010 101100 10010 101110 110010 1000000

Color Harmonies of #D1BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC75

Black with #D1BC75

Text Example


Text Example

White with #D1BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC75; }

 p { color: rgb(209,188,117); }

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

background-color css

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

 a { background-color: rgb(209,188,117); }

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

border-color css

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

 span { border-color: rgb(209,188,117); }

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