Html Css Color HEX #D9DDB9 Orinoco

📋 copy color: '#D9DDB9'

red 217 ◦ green 221 ◦ blue 185

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

Shades of Orinoco #D9DDB9

Tints of Orinoco #D9DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.47%

 BLUE value IS 185 (72.66% from 255) = 29.7%

R = 34.83%
G = 35.47%
B = 29.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D9DDB9 (or 0xD9DDB9) is known color: Orinoco. HEX triplet: D9, DD and B9. RGB value is (217,221,185). Sum of RGB (Red+Green+Blue) = 217+221+185=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDB9 is #262246. Grayscale: #D7D7D7. Windows color (decimal): -2499143 or 12180953. OLE color: 12180953.

HSL color Cylindrical-coordinate representation of color #D9DDB9: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9DDB9 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 185 -
CMYK 0.02 0 0.16 0.13
HSL 66.67º 0.35% 0.8% -
HSV(B) 66.67º 0.16% 0.87% -
XYZ 63.23 69.97 56.07 -
YUV 215.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 217 221 185 0.02 0 0.16 0.13 66.67 0.35 0.8
Hex D9 DD B9 2 0 10 D 43 23 50
Octal 331 335 271 2 0 20 15 103 43 120
Binary 11011001 11011101 10111001 10 0 10000 1101 1000011 100011 1010000

Color Harmonies of #D9DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDB9

Black with #D9DDB9

Text Example


Text Example

White with #D9DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDB9; }

 p { color: rgb(217,221,185); }

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

background-color css

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

 a { background-color: rgb(217,221,185); }

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

border-color css

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

 span { border-color: rgb(217,221,185); }

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