Html Css Color HEX #D3DEA9 Orinoco

📋 copy color: '#D3DEA9'

red 211 ◦ green 222 ◦ blue 169

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

Shades of Orinoco #D3DEA9

Tints of Orinoco #D3DEA9

RGB

 RED value IS 211 (82.81% from 255) = 35.05%

 GREEN value IS 222 (87.11% from 255) = 36.88%

 BLUE value IS 169 (66.41% from 255) = 28.07%

R = 35.05%
G = 36.88%
B = 28.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#D3DEA9 (or 0xD3DEA9) is known color: Orinoco. HEX triplet: D3, DE and A9. RGB value is (211,222,169). Sum of RGB (Red+Green+Blue) = 211+222+169=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DEA9 is #2C2156. Grayscale: #D4D4D4. Windows color (decimal): -2892119 or 11132627. OLE color: 11132627.

HSL color Cylindrical-coordinate representation of color #D3DEA9: hue angle of 72.45º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3DEA9 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 222 169 -
CMYK 0.05 0 0.24 0.13
HSL 72.45º 0.45% 0.77% -
HSV(B) 72.45º 0.24% 0.87% -
XYZ 60.15 68.96 47.68 -
YUV 212.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 211 222 169 0.05 0 0.24 0.13 72.45 0.45 0.77
Hex D3 DE A9 5 0 18 D 48 2D 4D
Octal 323 336 251 5 0 30 15 110 55 115
Binary 11010011 11011110 10101001 101 0 11000 1101 1001000 101101 1001101

Color Harmonies of #D3DEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DEA9

Black with #D3DEA9

Text Example


Text Example

White with #D3DEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DEA9; }

 p { color: rgb(211,222,169); }

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

background-color css

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

 a { background-color: rgb(211,222,169); }

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

border-color css

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

 span { border-color: rgb(211,222,169); }

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