Html Css Color HEX #D5BA72 Chenin

📋 copy color: '#D5BA72'

red 213 ◦ green 186 ◦ blue 114

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

Shades of Chenin #D5BA72

Tints of Chenin #D5BA72

RGB

 RED value IS 213 (83.59% from 255) = 41.52%

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

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 41.52%
G = 36.26%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5BA72 (or 0xD5BA72) is known color: Chenin. HEX triplet: D5, BA and 72. RGB value is (213,186,114). Sum of RGB (Red+Green+Blue) = 213+186+114=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA72 is #2A458D. Grayscale: #BABABA. Windows color (decimal): -2770318 or 7518933. OLE color: 7518933.

HSL color Cylindrical-coordinate representation of color #D5BA72: hue angle of 43.64º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5BA72 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 114 -
CMYK 0 0.13 0.46 0.16
HSL 43.64º 0.54% 0.64% -
HSV(B) 43.64º 0.46% 0.84% -
XYZ 48.04 50.48 23.13 -
YUV 185.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 213 186 114 0 0.13 0.46 0.16 43.64 0.54 0.64
Hex D5 BA 72 0 D 2E 10 2C 36 40
Octal 325 272 162 0 15 56 20 54 66 100
Binary 11010101 10111010 1110010 0 1101 101110 10000 101100 110110 1000000

Color Harmonies of #D5BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA72

Black with #D5BA72

Text Example


Text Example

White with #D5BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA72; }

 p { color: rgb(213,186,114); }

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

background-color css

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

 a { background-color: rgb(213,186,114); }

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

border-color css

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

 span { border-color: rgb(213,186,114); }

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