Html Css Color HEX #D4BA71 Chenin

📋 copy color: '#D4BA71'

red 212 ◦ green 186 ◦ blue 113

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

Shades of Chenin #D4BA71

Tints of Chenin #D4BA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 41.49%
G = 36.4%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D4BA71 (or 0xD4BA71) is known color: Chenin. HEX triplet: D4, BA and 71. RGB value is (212,186,113). Sum of RGB (Red+Green+Blue) = 212+186+113=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA71 is #2B458E. Grayscale: #B9B9B9. Windows color (decimal): -2835855 or 7453396. OLE color: 7453396.

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

Color convert

RGB 212 186 113 -
CMYK 0 0.12 0.47 0.17
HSL 44.24º 0.54% 0.64% -
HSV(B) 44.24º 0.47% 0.83% -
XYZ 47.69 50.31 22.82 -
YUV 185.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 212 186 113 0 0.12 0.47 0.17 44.24 0.54 0.64
Hex D4 BA 71 0 C 2F 11 2C 36 40
Octal 324 272 161 0 14 57 21 54 66 100
Binary 11010100 10111010 1110001 0 1100 101111 10001 101100 110110 1000000

Color Harmonies of #D4BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA71

Black with #D4BA71

Text Example


Text Example

White with #D4BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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