Html Css Color HEX #D698AA Kobi

📋 copy color: '#D698AA'

red 214 ◦ green 152 ◦ blue 170

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

Shades of Kobi #D698AA

Tints of Kobi #D698AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.36%

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

R = 39.93%
G = 28.36%
B = 31.72%

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

#D698AA (or 0xD698AA) is known color: Kobi. HEX triplet: D6, 98 and AA. RGB value is (214,152,170). Sum of RGB (Red+Green+Blue) = 214+152+170=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D698AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698AA is #296755. Grayscale: #ACACAC. Windows color (decimal): -2713430 or 11180246. OLE color: 11180246.

HSL color Cylindrical-coordinate representation of color #D698AA: hue angle of 342.58º 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 #D698AA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 170 -
CMYK 0 0.29 0.21 0.16
HSL 342.58º 0.43% 0.72% -
HSV(B) 342.58º 0.29% 0.84% -
XYZ 46.22 39.65 43.25 -
YUV 172.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 214 152 170 0 0.29 0.21 0.16 342.58 0.43 0.72
Hex D6 98 AA 0 1D 15 10 157 2B 48
Octal 326 230 252 0 35 25 20 527 53 110
Binary 11010110 10011000 10101010 0 11101 10101 10000 101010111 101011 1001000

Color Harmonies of #D698AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698AA

Black with #D698AA

Text Example


Text Example

White with #D698AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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