Html Css Color HEX #D4BB72 Chenin

📋 copy color: '#D4BB72'

red 212 ◦ green 187 ◦ blue 114

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

Shades of Chenin #D4BB72

Tints of Chenin #D4BB72

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

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

R = 41.33%
G = 36.45%
B = 22.22%

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

#D4BB72 (or 0xD4BB72) is known color: Chenin. HEX triplet: D4, BB and 72. RGB value is (212,187,114). Sum of RGB (Red+Green+Blue) = 212+187+114=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BB72 is #2B448D. Grayscale: #BABABA. Windows color (decimal): -2835598 or 7519188. OLE color: 7519188.

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

Color convert

RGB 212 187 114 -
CMYK 0 0.12 0.46 0.17
HSL 44.69º 0.53% 0.64% -
HSV(B) 44.69º 0.46% 0.83% -
XYZ 47.96 50.75 23.19 -
YUV 186.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 212 187 114 0 0.12 0.46 0.17 44.69 0.53 0.64
Hex D4 BB 72 0 C 2E 11 2D 35 40
Octal 324 273 162 0 14 56 21 55 65 100
Binary 11010100 10111011 1110010 0 1100 101110 10001 101101 110101 1000000

Color Harmonies of #D4BB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB72

Black with #D4BB72

Text Example


Text Example

White with #D4BB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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