Html Css Color HEX #D69DAA Kobi

📋 copy color: '#D69DAA'

red 214 ◦ green 157 ◦ blue 170

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

Shades of Kobi #D69DAA

Tints of Kobi #D69DAA

RGB

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

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

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

R = 39.56%
G = 29.02%
B = 31.42%

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

#D69DAA (or 0xD69DAA) is known color: Kobi. HEX triplet: D6, 9D and AA. RGB value is (214,157,170). Sum of RGB (Red+Green+Blue) = 214+157+170=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69DAA is #296255. Grayscale: #AFAFAF. Windows color (decimal): -2712150 or 11181526. OLE color: 11181526.

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

Color convert

RGB 214 157 170 -
CMYK 0 0.27 0.21 0.16
HSL 346.32º 0.41% 0.73% -
HSV(B) 346.32º 0.27% 0.84% -
XYZ 47.04 41.31 43.52 -
YUV 175.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 214 157 170 0 0.27 0.21 0.16 346.32 0.41 0.73
Hex D6 9D AA 0 1B 15 10 15A 29 49
Octal 326 235 252 0 33 25 20 532 51 111
Binary 11010110 10011101 10101010 0 11011 10101 10000 101011010 101001 1001001

Color Harmonies of #D69DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DAA

Black with #D69DAA

Text Example


Text Example

White with #D69DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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