Html Css Color HEX #D79BAA Kobi

📋 copy color: '#D79BAA'

red 215 ◦ green 155 ◦ blue 170

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

Shades of Kobi #D79BAA

Tints of Kobi #D79BAA

RGB

 RED value IS 215 (84.38% from 255) = 39.81%

 GREEN value IS 155 (60.94% from 255) = 28.7%

 BLUE value IS 170 (66.8% from 255) = 31.48%

R = 39.81%
G = 28.7%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D79BAA (or 0xD79BAA) is known color: Kobi. HEX triplet: D7, 9B and AA. RGB value is (215,155,170). Sum of RGB (Red+Green+Blue) = 215+155+170=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79BAA is #286455. Grayscale: #AEAEAE. Windows color (decimal): -2647126 or 11181015. OLE color: 11181015.

HSL color Cylindrical-coordinate representation of color #D79BAA: hue angle of 345º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79BAA is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 155 170 -
CMYK 0 0.28 0.21 0.16
HSL 345º 0.43% 0.73% -
HSV(B) 345º 0.28% 0.84% -
XYZ 47 40.79 43.43 -
YUV 174.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 215 155 170 0 0.28 0.21 0.16 345 0.43 0.73
Hex D7 9B AA 0 1C 15 10 159 2B 49
Octal 327 233 252 0 34 25 20 531 53 111
Binary 11010111 10011011 10101010 0 11100 10101 10000 101011001 101011 1001001

Color Harmonies of #D79BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79BAA

Black with #D79BAA

Text Example


Text Example

White with #D79BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79BAA; }

 p { color: rgb(215,155,170); }

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

background-color css

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

 a { background-color: rgb(215,155,170); }

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

border-color css

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

 span { border-color: rgb(215,155,170); }

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