Html Css Color HEX #D79DAA Kobi

📋 copy color: '#D79DAA'

red 215 ◦ green 157 ◦ blue 170

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

Shades of Kobi #D79DAA

Tints of Kobi #D79DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.97%

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

R = 39.67%
G = 28.97%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D79DAA (or 0xD79DAA) is known color: Kobi. HEX triplet: D7, 9D and AA. RGB value is (215,157,170). Sum of RGB (Red+Green+Blue) = 215+157+170=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79DAA is #286255. Grayscale: #AFAFAF. Windows color (decimal): -2646614 or 11181527. OLE color: 11181527.

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

Color convert

RGB 215 157 170 -
CMYK 0 0.27 0.21 0.16
HSL 346.55º 0.42% 0.73% -
HSV(B) 346.55º 0.27% 0.84% -
XYZ 47.34 41.46 43.54 -
YUV 175.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 215 157 170 0 0.27 0.21 0.16 346.55 0.42 0.73
Hex D7 9D AA 0 1B 15 10 15B 2A 49
Octal 327 235 252 0 33 25 20 533 52 111
Binary 11010111 10011101 10101010 0 11011 10101 10000 101011011 101010 1001001

Color Harmonies of #D79DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DAA

Black with #D79DAA

Text Example


Text Example

White with #D79DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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