Html Css Color HEX #D4BA73 Chenin

📋 copy color: '#D4BA73'

red 212 ◦ green 186 ◦ blue 115

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

Shades of Chenin #D4BA73

Tints of Chenin #D4BA73

RGB

 RED value IS 212 (83.2% from 255) = 41.33%

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

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

R = 41.33%
G = 36.26%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4BA73 (or 0xD4BA73) is known color: Chenin. HEX triplet: D4, BA and 73. RGB value is (212,186,115). Sum of RGB (Red+Green+Blue) = 212+186+115=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA73 is #2B458C. Grayscale: #B9B9B9. Windows color (decimal): -2835853 or 7584468. OLE color: 7584468.

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

Color convert

RGB 212 186 115 -
CMYK 0 0.12 0.46 0.17
HSL 43.92º 0.53% 0.64% -
HSV(B) 43.92º 0.46% 0.83% -
XYZ 47.8 50.35 23.42 -
YUV 185.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 212 186 115 0 0.12 0.46 0.17 43.92 0.53 0.64
Hex D4 BA 73 0 C 2E 11 2C 35 40
Octal 324 272 163 0 14 56 21 54 65 100
Binary 11010100 10111010 1110011 0 1100 101110 10001 101100 110101 1000000

Color Harmonies of #D4BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA73

Black with #D4BA73

Text Example


Text Example

White with #D4BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA73; }

 p { color: rgb(212,186,115); }

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

background-color css

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

 a { background-color: rgb(212,186,115); }

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

border-color css

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

 span { border-color: rgb(212,186,115); }

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