Html Css Color HEX #D5BB72 Chenin

📋 copy color: '#D5BB72'

red 213 ◦ green 187 ◦ blue 114

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

Shades of Chenin #D5BB72

Tints of Chenin #D5BB72

RGB

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

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

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

R = 41.44%
G = 36.38%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5BB72 (or 0xD5BB72) is known color: Chenin. HEX triplet: D5, BB and 72. RGB value is (213,187,114). Sum of RGB (Red+Green+Blue) = 213+187+114=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB72 is #2A448D. Grayscale: #BABABA. Windows color (decimal): -2770062 or 7519189. OLE color: 7519189.

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

Color convert

RGB 213 187 114 -
CMYK 0 0.12 0.46 0.16
HSL 44.24º 0.54% 0.64% -
HSV(B) 44.24º 0.46% 0.84% -
XYZ 48.25 50.9 23.2 -
YUV 186.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 213 187 114 0 0.12 0.46 0.16 44.24 0.54 0.64
Hex D5 BB 72 0 C 2E 10 2C 36 40
Octal 325 273 162 0 14 56 20 54 66 100
Binary 11010101 10111011 1110010 0 1100 101110 10000 101100 110110 1000000

Color Harmonies of #D5BB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB72

Black with #D5BB72

Text Example


Text Example

White with #D5BB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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