Html Css Color HEX #D699AA Kobi

📋 copy color: '#D699AA'

red 214 ◦ green 153 ◦ blue 170

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

Shades of Kobi #D699AA

Tints of Kobi #D699AA

RGB

 RED value IS 214 (83.98% from 255) = 39.85%

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

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

R = 39.85%
G = 28.49%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D699AA (or 0xD699AA) is known color: Kobi. HEX triplet: D6, 99 and AA. RGB value is (214,153,170). Sum of RGB (Red+Green+Blue) = 214+153+170=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D699AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699AA is #296655. Grayscale: #ADADAD. Windows color (decimal): -2713174 or 11180502. OLE color: 11180502.

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

Color convert

RGB 214 153 170 -
CMYK 0 0.29 0.21 0.16
HSL 343.28º 0.43% 0.72% -
HSV(B) 343.28º 0.29% 0.84% -
XYZ 46.38 39.98 43.3 -
YUV 173.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 214 153 170 0 0.29 0.21 0.16 343.28 0.43 0.72
Hex D6 99 AA 0 1D 15 10 157 2B 48
Octal 326 231 252 0 35 25 20 527 53 110
Binary 11010110 10011001 10101010 0 11101 10101 10000 101010111 101011 1001000

Color Harmonies of #D699AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699AA

Black with #D699AA

Text Example


Text Example

White with #D699AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699AA; }

 p { color: rgb(214,153,170); }

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

background-color css

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

 a { background-color: rgb(214,153,170); }

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

border-color css

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

 span { border-color: rgb(214,153,170); }

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