Html Css Color HEX #D9DBBA Orinoco

📋 copy color: '#D9DBBA'

red 217 ◦ green 219 ◦ blue 186

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

Shades of Orinoco #D9DBBA

Tints of Orinoco #D9DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

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

R = 34.89%
G = 35.21%
B = 29.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D9DBBA (or 0xD9DBBA) is known color: Orinoco. HEX triplet: D9, DB and BA. RGB value is (217,219,186). Sum of RGB (Red+Green+Blue) = 217+219+186=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBBA is #262445. Grayscale: #D6D6D6. Windows color (decimal): -2499654 or 12245977. OLE color: 12245977.

HSL color Cylindrical-coordinate representation of color #D9DBBA: hue angle of 63.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DBBA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 186 -
CMYK 0.01 0 0.15 0.14
HSL 63.64º 0.31% 0.79% -
HSV(B) 63.64º 0.15% 0.86% -
XYZ 62.81 68.96 56.45 -
YUV 214.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 217 219 186 0.01 0 0.15 0.14 63.64 0.31 0.79
Hex D9 DB BA 1 0 F E 40 1F 4F
Octal 331 333 272 1 0 17 16 100 37 117
Binary 11011001 11011011 10111010 1 0 1111 1110 1000000 11111 1001111

Color Harmonies of #D9DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBBA

Black with #D9DBBA

Text Example


Text Example

White with #D9DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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