Html Css Color HEX #D5BB70 Chenin

📋 copy color: '#D5BB70'

red 213 ◦ green 187 ◦ blue 112

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

Shades of Chenin #D5BB70

Tints of Chenin #D5BB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.88%

R = 41.6%
G = 36.52%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5BB70 (or 0xD5BB70) is known color: Chenin. HEX triplet: D5, BB and 70. RGB value is (213,187,112). Sum of RGB (Red+Green+Blue) = 213+187+112=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB70 is #2A448F. Grayscale: #BABABA. Windows color (decimal): -2770064 or 7388117. OLE color: 7388117.

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

Color convert

RGB 213 187 112 -
CMYK 0 0.12 0.47 0.16
HSL 44.55º 0.55% 0.64% -
HSV(B) 44.55º 0.47% 0.84% -
XYZ 48.14 50.86 22.61 -
YUV 186.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 213 187 112 0 0.12 0.47 0.16 44.55 0.55 0.64
Hex D5 BB 70 0 C 2F 10 2D 37 40
Octal 325 273 160 0 14 57 20 55 67 100
Binary 11010101 10111011 1110000 0 1100 101111 10000 101101 110111 1000000

Color Harmonies of #D5BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB70

Black with #D5BB70

Text Example


Text Example

White with #D5BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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