Html Css Color HEX #D4BA72 Chenin

📋 copy color: '#D4BA72'

red 212 ◦ green 186 ◦ blue 114

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

Shades of Chenin #D4BA72

Tints of Chenin #D4BA72

RGB

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

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

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

R = 41.41%
G = 36.33%
B = 22.27%

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

#D4BA72 (or 0xD4BA72) is known color: Chenin. HEX triplet: D4, BA and 72. RGB value is (212,186,114). Sum of RGB (Red+Green+Blue) = 212+186+114=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA72 is #2B458D. Grayscale: #B9B9B9. Windows color (decimal): -2835854 or 7518932. OLE color: 7518932.

HSL color Cylindrical-coordinate representation of color #D4BA72: hue angle of 44.08º 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 #D4BA72 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 114 -
CMYK 0 0.12 0.46 0.17
HSL 44.08º 0.53% 0.64% -
HSV(B) 44.08º 0.46% 0.83% -
XYZ 47.75 50.33 23.12 -
YUV 185.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 212 186 114 0 0.12 0.46 0.17 44.08 0.53 0.64
Hex D4 BA 72 0 C 2E 11 2C 35 40
Octal 324 272 162 0 14 56 21 54 65 100
Binary 11010100 10111010 1110010 0 1100 101110 10001 101100 110101 1000000

Color Harmonies of #D4BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA72

Black with #D4BA72

Text Example


Text Example

White with #D4BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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