Html Css Color HEX #D9DABA Orinoco

📋 copy color: '#D9DABA'

red 217 ◦ green 218 ◦ blue 186

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

Shades of Orinoco #D9DABA

Tints of Orinoco #D9DABA

RGB

 RED value IS 217 (85.16% from 255) = 34.94%

 GREEN value IS 218 (85.55% from 255) = 35.1%

 BLUE value IS 186 (73.05% from 255) = 29.95%

R = 34.94%
G = 35.1%
B = 29.95%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D9DABA (or 0xD9DABA) is known color: Orinoco. HEX triplet: D9, DA and BA. RGB value is (217,218,186). Sum of RGB (Red+Green+Blue) = 217+218+186=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DABA is #262545. Grayscale: #D6D6D6. Windows color (decimal): -2499910 or 12245721. OLE color: 12245721.

HSL color Cylindrical-coordinate representation of color #D9DABA: hue angle of 61.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DABA is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 186 -
CMYK 0.00 0 0.15 0.15
HSL 61.88º 0.3% 0.79% -
HSV(B) 61.88º 0.15% 0.85% -
XYZ 62.55 68.44 56.37 -
YUV 214.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 217 218 186 0.00 0 0.15 0.15 61.88 0.3 0.79
Hex D9 DA BA 0 0 F F 3E 1E 4F
Octal 331 332 272 0 0 17 17 76 36 117
Binary 11011001 11011010 10111010 0 0 1111 1111 111110 11110 1001111

Color Harmonies of #D9DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DABA

Black with #D9DABA

Text Example


Text Example

White with #D9DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DABA; }

 p { color: rgb(217,218,186); }

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

background-color css

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

 a { background-color: rgb(217,218,186); }

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

border-color css

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

 span { border-color: rgb(217,218,186); }

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