Html Css Color HEX #D59DAA Kobi

📋 copy color: '#D59DAA'

red 213 ◦ green 157 ◦ blue 170

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

Shades of Kobi #D59DAA

Tints of Kobi #D59DAA

RGB

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

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

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

R = 39.44%
G = 29.07%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D59DAA (or 0xD59DAA) is known color: Kobi. HEX triplet: D5, 9D and AA. RGB value is (213,157,170). Sum of RGB (Red+Green+Blue) = 213+157+170=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DAA is #2A6255. Grayscale: #AFAFAF. Windows color (decimal): -2777686 or 11181525. OLE color: 11181525.

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

Color convert

RGB 213 157 170 -
CMYK 0 0.26 0.20 0.16
HSL 346.07º 0.4% 0.73% -
HSV(B) 346.07º 0.26% 0.84% -
XYZ 46.75 41.16 43.51 -
YUV 175.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 213 157 170 0 0.26 0.20 0.16 346.07 0.4 0.73
Hex D5 9D AA 0 1A 14 10 15A 28 49
Octal 325 235 252 0 32 24 20 532 50 111
Binary 11010101 10011101 10101010 0 11010 10100 10000 101011010 101000 1001001

Color Harmonies of #D59DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DAA

Black with #D59DAA

Text Example


Text Example

White with #D59DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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