Html Css Color HEX #D3DFA9 Orinoco

📋 copy color: '#D3DFA9'

red 211 ◦ green 223 ◦ blue 169

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

Shades of Orinoco #D3DFA9

Tints of Orinoco #D3DFA9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.98%

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

R = 34.99%
G = 36.98%
B = 28.03%

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

#D3DFA9 (or 0xD3DFA9) is known color: Orinoco. HEX triplet: D3, DF and A9. RGB value is (211,223,169). Sum of RGB (Red+Green+Blue) = 211+223+169=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DFA9 is #2C2056. Grayscale: #D5D5D5. Windows color (decimal): -2891863 or 11132883. OLE color: 11132883.

HSL color Cylindrical-coordinate representation of color #D3DFA9: hue angle of 73.33º degrees, saturation: 0.46, 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 #D3DFA9 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 223 169 -
CMYK 0.05 0 0.24 0.13
HSL 73.33º 0.46% 0.77% -
HSV(B) 73.33º 0.24% 0.87% -
XYZ 60.41 69.49 47.76 -
YUV 213.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 211 223 169 0.05 0 0.24 0.13 73.33 0.46 0.77
Hex D3 DF A9 5 0 18 D 49 2E 4D
Octal 323 337 251 5 0 30 15 111 56 115
Binary 11010011 11011111 10101001 101 0 11000 1101 1001001 101110 1001101

Color Harmonies of #D3DFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DFA9

Black with #D3DFA9

Text Example


Text Example

White with #D3DFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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