Html Css Color HEX #D3BC73 Chenin

📋 copy color: '#D3BC73'

red 211 ◦ green 188 ◦ blue 115

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

Shades of Chenin #D3BC73

Tints of Chenin #D3BC73

RGB

 RED value IS 211 (82.81% from 255) = 41.05%

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

 BLUE value IS 115 (45.31% from 255) = 22.37%

R = 41.05%
G = 36.58%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D3BC73 (or 0xD3BC73) is known color: Chenin. HEX triplet: D3, BC and 73. RGB value is (211,188,115). Sum of RGB (Red+Green+Blue) = 211+188+115=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BC73 is #2C438C. Grayscale: #BABABA. Windows color (decimal): -2900877 or 7584979. OLE color: 7584979.

HSL color Cylindrical-coordinate representation of color #D3BC73: hue angle of 45.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3BC73 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 188 115 -
CMYK 0 0.11 0.45 0.17
HSL 45.63º 0.52% 0.64% -
HSV(B) 45.63º 0.45% 0.83% -
XYZ 47.94 51.05 23.55 -
YUV 186.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 211 188 115 0 0.11 0.45 0.17 45.63 0.52 0.64
Hex D3 BC 73 0 B 2D 11 2E 34 40
Octal 323 274 163 0 13 55 21 56 64 100
Binary 11010011 10111100 1110011 0 1011 101101 10001 101110 110100 1000000

Color Harmonies of #D3BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BC73

Black with #D3BC73

Text Example


Text Example

White with #D3BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BC73; }

 p { color: rgb(211,188,115); }

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

background-color css

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

 a { background-color: rgb(211,188,115); }

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

border-color css

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

 span { border-color: rgb(211,188,115); }

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