Html Css Color HEX #D599AB Kobi

📋 copy color: '#D599AB'

red 213 ◦ green 153 ◦ blue 171

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

Shades of Kobi #D599AB

Tints of Kobi #D599AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.49%

 BLUE value IS 171 (67.19% from 255) = 31.84%

R = 39.66%
G = 28.49%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D599AB (or 0xD599AB) is known color: Kobi. HEX triplet: D5, 99 and AB. RGB value is (213,153,171). Sum of RGB (Red+Green+Blue) = 213+153+171=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D599AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599AB is #2A6654. Grayscale: #ACACAC. Windows color (decimal): -2778709 or 11246037. OLE color: 11246037.

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

Color convert

RGB 213 153 171 -
CMYK 0 0.28 0.20 0.16
HSL 342º 0.42% 0.72% -
HSV(B) 342º 0.28% 0.84% -
XYZ 46.18 39.87 43.79 -
YUV 172.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 213 153 171 0 0.28 0.20 0.16 342 0.42 0.72
Hex D5 99 AB 0 1C 14 10 156 2A 48
Octal 325 231 253 0 34 24 20 526 52 110
Binary 11010101 10011001 10101011 0 11100 10100 10000 101010110 101010 1001000

Color Harmonies of #D599AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599AB

Black with #D599AB

Text Example


Text Example

White with #D599AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599AB; }

 p { color: rgb(213,153,171); }

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

background-color css

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

 a { background-color: rgb(213,153,171); }

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

border-color css

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

 span { border-color: rgb(213,153,171); }

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