Html Css Color HEX #D5BE6C Chenin

📋 copy color: '#D5BE6C'

red 213 ◦ green 190 ◦ blue 108

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

Shades of Chenin #D5BE6C

Tints of Chenin #D5BE6C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.18%

 BLUE value IS 108 (42.58% from 255) = 21.14%

R = 41.68%
G = 37.18%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5BE6C (or 0xD5BE6C) is known color: Chenin. HEX triplet: D5, BE and 6C. RGB value is (213,190,108). Sum of RGB (Red+Green+Blue) = 213+190+108=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE6C is #2A4193. Grayscale: #BBBBBB. Windows color (decimal): -2769300 or 7126741. OLE color: 7126741.

HSL color Cylindrical-coordinate representation of color #D5BE6C: hue angle of 46.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5BE6C is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 108 -
CMYK 0 0.11 0.49 0.16
HSL 46.86º 0.56% 0.63% -
HSV(B) 46.86º 0.49% 0.84% -
XYZ 48.56 52.06 21.68 -
YUV 187.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 213 190 108 0 0.11 0.49 0.16 46.86 0.56 0.63
Hex D5 BE 6C 0 B 31 10 2F 38 3F
Octal 325 276 154 0 13 61 20 57 70 77
Binary 11010101 10111110 1101100 0 1011 110001 10000 101111 111000 111111

Color Harmonies of #D5BE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE6C

Black with #D5BE6C

Text Example


Text Example

White with #D5BE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE6C; }

 p { color: rgb(213,190,108); }

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

background-color css

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

 a { background-color: rgb(213,190,108); }

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

border-color css

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

 span { border-color: rgb(213,190,108); }

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